-
Notifications
You must be signed in to change notification settings - Fork 9
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
1st Touch also must fire mouse events #11
Comments
SnappyMaria Touchtest fires only touchstart, -move, -end on my device (Samsung Galaxy S II with 2.3.3) while touching the surface with one finger in the OS Webbrowser, Firefox and Opera mobile. |
Did you test WITH |
you are right. Didn't test it with polyfillAllTouches = false. But tested it within different browsers... so the TestActivity was not involved all time. Will test it again. |
Great, will see if i can get my hands on any iPhone or Android 4 to shed some light on Question 1 in the meanwhile. I am wondering if there is an easy way to send a mail to all watchers or add them to the discussion so they can help out with their devices... also thinking of posting an open call for support into the OpenLayers and PhoneGap mailing lists. |
I'm flabbergasted... just checked the touch test on an iPhone 4: there are also no mouse events being emulated by neither the 1st or any following touches. So - if that also holds true on the samsung s II, it means that this is some proprietary HTC ("it's not a bug, it's a ...") feature. What on earth could have been the intent for HTC to do such a thing? When confirmed, the issue can be closed, but i guess makes a lot of sense to make |
Tested now on
|
Some friends of mine tested too:
|
Fixed in commit cab0519 This change apparently will help to avoid many problems such as Philzen/cordova-android-multitouch-polyfill#2, i actually have seen similar on some of my apps. To be included in the v0.3 tagged release |
Looking at the SnappyMaria Touchtest, a native touch is also firing
mousedown
,mousemove
, andmouseover
events (testing on HTC Vision with 2.3.3)These need to be fired by polyfilled Touches as well.
Questions:
Guessing if so, that would not be standard, as smartphone browsers need to provide a way to interact with the "classical" web.
The text was updated successfully, but these errors were encountered: