I might have overlooked it somewhere, but I'm wondering if there is a way to get information about the Miletus application itself from within the TMS WEB Core environment?
For example, it is not all that easy to get the memory usage of a web page (well, a more meaningful number than JavaScript's performance.memory.totalJSHeapSize) whereas Miletus might be able to come up with a number rather quickly. I recently ran into an issue where it ran out of memory unexpectedly.
Another example is finding out the local IP address (not the public IP address). Useful when dealing with apps that aren't necessarily connected to the Internet.
And while we're talking about the Miletus "wrapper app" (what is the correct term?) I'm also wondering if there is somewhere we can set the initial background color while the browser engine is being loaded. Defaults to white, but not sure how to change that to something else - ideally black or a custom color or maybe even a splash image would be fun.