@davidshimjs I am moving the conversation of the Android bug to a proper issues.
Some android devices support the pointer event. http://caniuse.com/#search=pointer You can encounter the error when using these android devices. This is the reason why re-ordering of the conditions.
@davidshimjs
I am not sure that I follow. In theory the android devices that do not support pointer event it will skip trying to use pointer events on them. If not then the way we check for those events is wrong.
@davidshimjs I am moving the conversation of the Android bug to a proper issues.
I am not sure that I follow. In theory the android devices that do not support pointer event it will skip trying to use pointer events on them. If not then the way we check for those events is wrong.
Can you elaborate on the error?