Disable iOS Scroll Bounce/OverScroll in Cordova Apps

Simple. Config.xml:

<preference name="DisallowOverscroll" value="true" />
<preference name="UIWebViewBounce" value="false" />

 

Incoming search terms:

  • https://hazaveh net/2018/02/disable-ios-scroll-bounce-overscroll-in-cordova-apps/
  • stop overscroll ios
  • cordova ionic ios bouncy scroll
  • cordova plugin to disable ios bounce
  • cordova scroll
  • Disable overscroll iOS
  • ios always disable bounce
  • ios disable scrolling
  • ios overscroll

Join the Conversation

1 Comment

  1. hi, i tried and it’s not working. I still experience overscroll when i try do scroll down from the top of my view…
    iOS 12.1

Leave a comment

Leave a Reply