cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

Disable Ionic Stop Scroll

Open lcharbon opened this issue 7 years ago • 2 comments

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 avatar May 31 '18 17:05 lcharbon

@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.

cy920820 avatar Nov 11 '18 05:11 cy920820

Add this line to your config.xml file:

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

carlosromanmena avatar May 12 '21 21:05 carlosromanmena