You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/07 20:53:50 UTC

[jira] [Commented] (CB-5740) Make iOS Scroll Like Other Native Apps

    [ https://issues.apache.org/jira/browse/CB-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864612#comment-13864612 ] 

ASF subversion and git services commented on CB-5740:
-----------------------------------------------------

Commit 92165bddb3dda162b339f08e732cb0343d223a21 in branch refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=92165bd ]

CB-5740 Use UIScrollViewDecelerationRateNormal by default.


> 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)