I have a problem with the iframe size windows phone. When I want to test the app in the app preview iframe it occupies only part of the app leaving plenty of free space. I put it in style iframe-size 100% does not work.
The problem is as shown in the image. The web iframe is on top.
Link Copied
What happens when you build it and test on actual device?
The reason this is happening is because the header created is possibly using the css position absolute or fixed attribute to render it a the top of the page. I recommend investigating the header and its attributes to understand positioning your <div> that contains your page's content appropriately.
Amrita C. (Intel) wrote:
What happens when you build it and test on actual device?
Hello, I'm not a real device to test it. But the support of windows store tells me it is not testable. The core function is not testable.
Elroy Ashtian Jr (Intel) wrote:
The reason this is happening is because the header created is possibly using the css position absolute or fixed attribute to render it a the top of the page. I recommend investigating the header and its attributes to understand positioning your <div> that contains your page's content appropriately.
Hi thanks for commenting, I'll investigate what you've told me. Regards!
For more complete information about compiler optimizations, see our Optimization Notice.