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
We have an issue with the pointer mode on some android devices (force is reported greater than 1, up to values such as 31 etc).
As a result, we want to disable this event and use the polyfill. However, we still want to support mouse and touch. Currently, there doesn't seem to be a way to do this, I'd like for one of the two options to be implemented if possible:
constconfig={only: ['mouse','touch']};
or
constconfig={except: 'pointer'};
Thanks.
The text was updated successfully, but these errors were encountered:
Sounds like this is part feature request, part bug report? I'm guessing the value going above 1 thing should be fixed too, I should have something to max out every outputted value to 1 if anything goes above.
I will also take a look at adding an array option or something for config. I am open to pull requests as well 😄 not sure when exactly I will get around to this but will keep you posted.
We have an issue with the pointer mode on some android devices (force is reported greater than 1, up to values such as 31 etc).
As a result, we want to disable this event and use the polyfill. However, we still want to support mouse and touch. Currently, there doesn't seem to be a way to do this, I'd like for one of the two options to be implemented if possible:
or
Thanks.
The text was updated successfully, but these errors were encountered: