naver / egjs-axes

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates.
https://naver.github.io/egjs-axes/
MIT License
179 stars 32 forks source link

fix: PanInput not working in iOS Safari #187

Closed malangfox closed 2 years ago

malangfox commented 2 years ago

Details

Fixed an error that remained in the iOS Safari environment in Axes 3.2.1. You can check the demo page that uses next version of Axes with this change applied.

Also Pan, Pinch input has changed so that if there is no inputType that fits the current device, it does not display an error and does not enable input. Now the user interface designed to work only on the touch screen no longer displays an error when touch input is not possible.