[
https://issues.apache.org/jira/browse/CB-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864613#comment-13864613
]
ASF subversion and git services commented on CB-5740:
-----------------------------------------------------
Commit b58b6b16a9ec95487d10e8b0648c359a338484b5 in branch refs/heads/master
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=b58b6b1 ]
CB-5740 Add docs for UIWebViewDecelerationSpeed <preference>
> 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)