Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
UIWebView has a higher than normal deceleration rate. Easily fixed with:
[[[self webView] scrollView] setDecelerationRate:UIScrollViewDecelerationRateNormal];
I'm going to set this as the default so that apps feel more native, and add a preference:
<preference name="UIWebViewDecelerationSpeed" value="fast" />