Joe Bowser created CB-5445:
------------------------------

             Summary: Support onScrollChanged message on CordovaWebView
                 Key: CB-5445
                 URL: https://issues.apache.org/jira/browse/CB-5445
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
            Reporter: 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)

Reply via email to