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 2013/11/29 23:28:35 UTC

[jira] [Commented] (CB-5445) Support onScrollChanged message on CordovaWebView

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

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

Commit e339a7583c1ae895043998e6897bc5c2f89fa66b in branch refs/heads/master from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=e339a75 ]

CB-5445: Adding onScrollChanged and the ScrollEvent object. (Forgot to add the WebView)


> Support onScrollChanged message on CordovaWebView
> -------------------------------------------------
>
>                 Key: CB-5445
>                 URL: https://issues.apache.org/jira/browse/CB-5445
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: Android
>            Reporter: Joe Bowser
>            Assignee: Joe Bowser
>
> In the event that someone wishes to implement native components over top of Cordova, we need a way to make sure they adjust to where they should be on the screen in the event of scrolling.  Currently plugins can do this with JS, but there's a serious delay caused by the bridge.  Since scrolling is controlled by Java anyway, we should keep these events at this level and avoid the bridge, which is why we should pass onScrollChanged to the plugins.



--
This message was sent by Atlassian JIRA
(v6.1#6144)