You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Adrian Florin Florescu (JIRA)" <ji...@apache.org> on 2015/09/14 16:11:45 UTC

[jira] [Created] (CB-9655) Momentum Scrolling on iOS Overflow Elements

Adrian Florin Florescu created CB-9655:
------------------------------------------

             Summary: Momentum Scrolling on iOS Overflow Elements
                 Key: CB-9655
                 URL: https://issues.apache.org/jira/browse/CB-9655
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 3.5.0
         Environment: iOS
            Reporter: Adrian Florin Florescu


Listening to scroll events in Safari iOS browser triggers the console message every time, even on the momentum, but in the cordova built app that triggers only when the scroll has stopped.

`
el-with-webkit-overflow-scrolling-touch.on('scroll', function(){
   i++;
   console.log('Scroll: ' + i);
});
`

GIF on the cordova app: http://recordit.co/IHAyV4cdkB
GIF in Safari browser (same emulator): http://recordit.co/QhBNcccjPj


This happens on the real device too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org