cubiq / 2-way-iScroll

Horizontal snap scroll (carousel) + vertical free scroll on mobile webkit using iScroll
MIT License
116 stars 27 forks source link

Ghost clicks #15

Open taistril opened 10 years ago

taistril commented 10 years ago

I have used twis.js to create a phonegap build app that works perfectly on all the android phones it has been installed on. However, every tablet so far has a problem of ghostclicks - ie I have buttons activated by 'onclick' but when clicked it plays as though they have been clicked twice with a small delay of about a third of a second between the clicks (in my case this causes an echo as the button plays a small audio). This appears to be a known problem (by Google) in certain browsers on certain versions of android OS and indeed there a couple of suggested patches to iscroll so that onclick works alone and touchstart doesn't also activate a second onclick

Any suggests or a patch to twis.js please as I think that this javascript level is beyond me

Roy Ellwood