Open lcharbon opened 6 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.
Add this line to your config.xml file:
<preference name="ScrollEnabled" value="true" />
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?