stuyam / pressure

:point_down::boom: JavaScript library for handling Force Touch, 3D Touch, and Pointer Pressure.
https://pressurejs.com
MIT License
2.92k stars 97 forks source link

Android pointer event bug #65

Closed stuyam closed 7 years ago

stuyam commented 7 years ago

@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.

Can you elaborate on the error?

stuyam commented 7 years ago

Closing until someone reopens with any more info...

stuyam commented 7 years ago

Related #67