In my application, I have a call to an externalinterface to open a separate browser in a new window:
As you can see, I open a separate browser w/ width of 700 and height of 500. Now, if we interact w/ that popup window and zoom in and/or zoom out everything is fine. You close the popup & close out of the main application. All fine until now.
The problem happens when you relaunch the application and click the popup window. If, during your last visit you zoomed in on the popup, this time around that same popup will be much smaller than the 700 width & 500 height that is set. Has anyone experienced this? What's the solution?