Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Ionic Stop Scroll #109

Open
lcharbon opened this issue May 31, 2018 · 2 comments
Open

Disable Ionic Stop Scroll #109

lcharbon opened this issue May 31, 2018 · 2 comments

Comments

@lcharbon
Copy link

lcharbon commented May 31, 2018

Ported app from UIWebView and long textarea elements are now hidden under keyboard because textarea no longer responds to scrollIntoView(false). Suspect Ionic Stop Scroll is blocking this function. Is there a way to disable Ionic Stop Scroll?

@cy920820
Copy link

@lcharbon I encountered the same problem, the page can not slide, resulting in the input keyboard jacked up after the page function can not be used.

@carlosromanmena
Copy link

carlosromanmena commented May 12, 2021

Add this line to your config.xml file:

<preference name="ScrollEnabled" value="true" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants