Ghost clicks
Opened this issue · 0 comments
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