[
https://issues.apache.org/jira/browse/CB-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve resolved CB-5740.
-------------------------------
Resolution: Fixed
Fix Version/s: 3.4.0
> Make iOS Scroll Like Other Native Apps
> --------------------------------------
>
> Key: CB-5740
> URL: https://issues.apache.org/jira/browse/CB-5740
> Project: Apache Cordova
> Issue Type: New Feature
> Components: Docs, iOS
> Reporter: Andrew Grieve
> Assignee: Andrew Grieve
> Priority: Minor
> Fix For: 3.4.0
>
>
> UIWebView has a higher than normal deceleration rate. Easily fixed with:
> {code}
> [[[self webView] scrollView]
> setDecelerationRate:UIScrollViewDecelerationRateNormal];
> {code}
> I'm going to set this as the default so that apps feel more native, and add a
> preference:
> <preference name="UIWebViewDecelerationSpeed" value="fast" />
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)