cordova-plugin-ionic-webview
cordova-plugin-ionic-webview copied to clipboard
Disable Ionic Stop Scroll
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?
@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.
Add this line to your config.xml file:
<preference name="ScrollEnabled" value="true" />