function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ENG SyncENG Sync 

Can I make iframes scroll in a Salesforce1 app in IOS?

I have a lightning component with a tall iframe inside of it.

In a normal web browser, the scrollbar appears in the browser window and I can scroll vertically as expected. However on Salesforce1 on IOS, my app does not scroll at all. Is there anything I can specify to make the component scroll in the Salesforce1 app?

Update - I'm certain this issue is being caused by the iframe itself. If I drag my finger along the margins of the component then scrolling works. 

User-added image
ShashankShashank (Salesforce Developers) 
Please see if the solution mentioned here works for you: http://salesforce.stackexchange.com/questions/25276/visualforce-page-will-not-scroll-on-salesforce1-app
Alexander LauAlexander Lau
Which solution in particular did you mean Shashank? To clarify, I'm able to scroll within the iframe itself but not further down on the component.