Software Archive
Read-only legacy content
17061 Discussions

Problem iframe windows phone

dc_l_
Beginner
331 Views

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.

 

0 Kudos
4 Replies
Amrita_C_Intel
Employee
331 Views

What happens when you build it and test on actual device?

0 Kudos
Elroy_A_Intel
Employee
331 Views

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.

0 Kudos
dc_l_
Beginner
331 Views

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.

0 Kudos
dc_l_
Beginner
331 Views

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!

0 Kudos
Reply