You need to sign in to do that
Don't have an account?

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?
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?
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 :)
Thanks in advance for your help on this.. A.