ionic version: 4.0.5
iOS version: 11.4.1
If you create the ionic tabs starter project, and run it on iOS, you’ll be able to pull the content on the page and watch it bounce back into place. How can I disable that?
I found some topics about the ‘pull-to-refresh’ feature, but they don’t seem relevant. I also found some old posts that suggest I add this to my config.xml but it didn’t work.
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
Any help would be greatly appreciated!