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
Andreas WissmeyerAndreas Wissmeyer 

How to add a scrolldown function in Visualforce for a Salesforce1 Lightning app?

Hello,
I cannot find a way to add a scrolling bar to my Salesforce1 app, changing the height (in pixels) in the Lighting Force editor is not giving any result. Page is truncated at some point on my phone even if it is not in the Lightning preview.

Any tips?
Andreas WissmeyerAndreas Wissmeyer

Found answer myself:

     <head>
         <meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1, user-scalable=no"/> 
     </head>

Thanks anyway :)

Andreas WissmeyerAndreas Wissmeyer
The use of <meta> tag didn't really solve my issue, just made it less visible until I found an account with plenty of associated contacts. I cannot really see the whole VF page from my Lighting app, how to make the page "scrollable" until the end?
Thanks in advance for your help on this.. A.