You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dommy attaches events with attachEventListener when supported, otherwise tries to use attachEvent for IE < 9. I am not familiar with DOM event quirks of Android old stock browser, but I suspect if it isn't working, these two methods aren't supported. One solution might be to try the strategy of [this] in dommy.core/listen!. Pull request welcome!
We are attaching click handler events but for some reason on older android 4.0 stock browsers they do not seem to attach properly.
On Android 4.1 and higher everything is working fine:
(dommy/listen! elem type callback)
any thoughts or testing/compatibility info for these versions of android?
Yes old versions of android have crufty browser engines!
The text was updated successfully, but these errors were encountered: