alexblack / google-fastbutton

Implementation of Google's FastButton javascript and jQuery and XUI.js integration
167 stars 46 forks source link

Click triggers unexpectedly, if you stop scrolling element by tap during scrolling inertia #8

Open San4es opened 10 years ago

San4es commented 10 years ago

There is a spike solution http://jsfiddle.net/ugQVm/ . Tested on iPhone 4S with IOS7.

Steps to reproduce:

  1. Open this sample http://jsfiddle.net/ugQVm/show/ on your device.
  2. Scroll list by fast scroll gesture.
  3. Try to tap on list to stop scrolling during inertia.
  4. Sometimes click fires unexpectedly (see simulated console)

Regards, Alexander Ziborov.