This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (/android/i.test(navigator.userAgent)) | |
{ | |
/* | |
* there is an issue with click "bleed through" on absolutely positioned elements on | |
* android devices which is why we need to go though the trouble of preventing the actual | |
* click event. | |
* see: http://code.google.com/p/android/issues/detail?id=6721 | |
*/ | |
var prevent = false; |
NewerOlder