ionic-team / cordova-plugin-ionic-webview

Web View plugin for Cordova, specialized for Ionic apps.
Apache License 2.0
486 stars 394 forks source link

Disable Ionic Stop Scroll #109

Open lcharbon opened 6 years ago

lcharbon commented 6 years ago

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 commented 5 years ago

@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 commented 3 years ago

Add this line to your config.xml file:

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