I have an air application for mac and windows. In the app I use stagewebview(true) to create a stagewebview using the systems native browser. So far this all works great. The problem I get is when entering full_screen mode on windows. If I click and drag the window size bigger and smaller, everything scales correctly. If I enter into full_screen mode then the scaling is completely off. I can manually drag the window to be almost the fullscreen and it works great. As soon as I enter full_screen mode it is all off and only on the windows side. Now as I mentioned I am using the new native browser feature when creating my stagewebview. So it is using Internet Explorer. I have tested with my base os system running ie8 and ie11 with the same results.
If I had to guess it seems to be a problem with my viewport meta data in my html that works great until I enter fullscreen and then it is ignored. I tried some css with @-ms-viewport but that didn't seem to have any effect. Any ideas?