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
NRJNRJ 

Unable to scroll visualforce page inside salesforce1 app

I am having a visualforce page which is rendered inside salesforce1 app and I am unable to scroll the page.

does any one have any pointers for ficing the issue or anything that is restricting the page from scrolling inside salesforce1 app?
Jon SnowJon Snow
Maybe there has a issue in the stylesheet or meta(viewport) of your VF page cause the <body> cannot be scrolled.
If you want to make a div be scrollable, I suppose you could use iScroll (JS Plugin) in Salesforce1 app.
→http://cubiq.org/iscroll-5