pukhalski / tap

1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
https://github.com/pukhalski/tap/archive/master.zip
MIT License
527 stars 45 forks source link

Android - CyanogenMod 12.1 #50

Closed MelchnerRoman closed 8 years ago

MelchnerRoman commented 8 years ago

Hey There,

i found out that tap.js itself is working but it disables all other click events on normal "a href" links on Android. So you can´t navigate between pages.

CyanogenMod 12.1 - i think its android version 5.

The tested Device is a Galaxy S4: http://download.cyanogenmod.org/?type=snapshot&device=jfltexx

Cheers, Roman

ezhlobo commented 8 years ago

@MelchnerRoman thanks for the issue. I'm trying to fix.

BTW It doesn't depend on the android's version... I reproduce it on android 4.

ezhlobo commented 8 years ago

It seems similar to #36

ezhlobo commented 8 years ago

@MelchnerRoman try new version 1.0.8, it has fixed the problem for me.

ezhlobo commented 8 years ago

Please reopen the issue if it’s still actual