apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 989 forks source link

three finger scroll stops working (VoiceOver) #992

Closed petercutting closed 4 years ago

petercutting commented 4 years ago

Three finger scroll initially works but as soon as the user bumps into the end of the list (hollow knock sound) then scrolling no longer works and the user is stranded

petercutting commented 4 years ago

looks like I have found a solution

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

timbru31 commented 4 years ago

Glad if you found a working solution for you - I'm closing the issue. The next time, please fill in the issue template, otherwise we can't help.