Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

iframe (how to scroll down)

Raed_S_
Beginner
663 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
663 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
663 Views

Are you using App Framework?

0 Kudos
Raed_S_
Beginner
663 Views

CHRIS P. (Intel) wrote:

Are you using App Framework?

Yes I am using App Framework.

0 Kudos
Reply