-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to know why some of the processes are mobile oriented. #116
Comments
日本語でもっと詳しく説明すると、 |
@kou-yeung |
そういうことですね・・ |
In the following sections, the process is separated from the process for mobile, but the process for other platforms looks smarter. Why separate the processes?
As for touchAction, it would be better to set it to 'none' since it is currently moved by swiping, but it looks like you intentionally set it to 'manipulation'.
input.style.touchAction = 'manipulation'; // for mobile
The text was updated successfully, but these errors were encountered: