We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Galaxy Nexusで実機テストしている時に発生した問題です。 検証した結果、タッチダウンとタッチアップのそれぞれのタイミングで'touchstart'が反応しているようです。 また、スワイプ操作のように動かしてタッチダウン・アップを行うと正常に動きました。 (使用しているenchant.jsはv0.7.0です。)
The text was updated successfully, but these errors were encountered:
ありがとうございます。確認します。 examples/developers/eventViewer で確認されましたか?
examples/developers/eventViewer
Sorry, something went wrong.
いえ、examples/developers/eventViewerではまだ確認しておりません。
確認しました。eventViewer でも、タップした時の touchstart/touchend イベントが2組出ていることが分かりました。 @nexus 4.1.1
#129 と重複した問題です。 #129
try commit for #200
d0ad51f
ブラウザ側の touch/mouse イベントが2つ出ているか検証します。
enchant.js v0.8.1 でも、 303SH(Android 4.2.2) では同様に問題が発生します。
No branches or pull requests
Galaxy Nexusで実機テストしている時に発生した問題です。
検証した結果、タッチダウンとタッチアップのそれぞれのタイミングで'touchstart'が反応しているようです。
また、スワイプ操作のように動かしてタッチダウン・アップを行うと正常に動きました。
(使用しているenchant.jsはv0.7.0です。)
The text was updated successfully, but these errors were encountered: