tap_action
not being triggered on some Android devices
As some of you suggested, on some Android devices, specially tablets, some tap_actions
were not being triggered, unless the route was actually held for a few seconds. It was narrowed down to browser_mod
actions specifically, and this release aims to finally fix it.
All changes in this release
- Fix
tap_action
not being triggered on some Android devices. (closes #80)