tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.4k stars 564 forks source link

The "Pull&Refresh" demo couldn't work normally on iOS #289

Open repe123 opened 10 years ago

repe123 commented 10 years ago

I found that the list in the "Pull&Refresh" demo could not be pull-up normally. I try adding a Listener like "document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);" in order to stop the movement of the web view, but this action made the whole lists of the app couldn't be move. Now my way to solve this problem is to use iScroll. Hoping you can solve this problem one day!

geonnave commented 10 years ago

I have found the same problem.

Actually, I've found that the carousel in the demo doesn't work properly on iOS too. It was tested in an Ipad.