Software Archive
Read-only legacy content
17061 Discussions

iframe (how to scroll down)

Raed_S_
Beginner
415 Views

I am developing an app to load one of my website pages,  I used <iframe> , my page is long so when I try to scroll down the page the regular way I use my phone touch screen nothing happen, unless I use the iframe right scroll bar, how can I solve this issue?

 

0 Kudos
3 Replies
Elroy_A_Intel
Employee
415 Views

I recommend placing your iframe within a DIV element with overflow attributes set. For more information, visit http://davidwalsh.name/scroll-iframes-ios. This applies to iOS and Android.

0 Kudos
Chris_P_Intel
Employee
415 Views

Are you using App Framework?

0 Kudos
Raed_S_
Beginner
415 Views

CHRIS P. (Intel) wrote:

Are you using App Framework?

Yes I am using App Framework.

0 Kudos
Reply