Stopping overscroll / bounce in Phonegap IOS

前端 未结 20 1568
青春惊慌失措
青春惊慌失措 2020-12-07 18:53

I am using the latest version of Phonegap on IOS (ipad) and I can\'t seem to disable the vertical overscroll/bounce on the whole app. I don\'t mind it on inner elements but

20条回答
  •  不思量自难忘°
    2020-12-07 19:20

    For Cordova 7 and an iPhone 7 + iOS 11.0.3, modifying the root-directory config.xml and adding this worked beautifully:

    
        
        
        ... (other stuff) ...
    
    

提交回复
热议问题