Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phonegap onscroll not working until scroll stops

I'm developing an ios app using phonegap and jquery mobile. I have a list in my application that can scroll and I use

-webkit-overflow-scrolling: touch; overflow : scroll;

as for scrolling to feel like native. My problem is that onscroll event does not triggered until scroll stops. It is triggered just when your finger is on top of the screen ( in touchmove state) and after that it does not triggered until it stops. I know about some other scroll plugins like iscroll , but I don't want to use them , because they are too buggy. How can I solve my problem?

like image 929
Foad Saeidi Nik Avatar asked Dec 14 '14 11:12

Foad Saeidi Nik


1 Answers

You will find your answer here: http://developer.telerik.com/featured/scroll-event-change-ios-8-big-deal/

like image 99
Miles M. Avatar answered Nov 12 '22 12:11

Miles M.