GestureEvents and TouchEvents test
ジェスチャーイベントとタッチイベントのテスト
とりあえず関係しそうなのを色々ともじゃもじゃ入れた。
AIR exit : MENU, BACK or HOME
Android : http://wonderfl.net/android/cYOl
- forked:0
- favorite:9
- lines:236
- license : MIT License
- modified : 2011-01-17 20:11:05
HTC Desire
AIR:
Supported gesture:
Zoom, Pan, Rotate, TwoFingerTap, Swipe
maxTouchPoints == 2
FlashPlayer10.1:
No gesture
maxTouchPoints == 1
- by
bkzen
- at 2011/01/17 20:30:43
Galaxy Tab
AIR:
Supported guesture:
Zoom, Pan, Rotate, TwoFingerTap, Swipe
maxTouchPoints == 2
FlashPlayer10.1:
No gesture
maxTouchPoints == 1
by @clockmaker
- by
bkzen
- at 2011/01/17 22:52:03
IS06
AIR:
Supported guesture:
Zoom, Pan, Rotate, TwoFingerTap, Swipe
maxTouchPoints == 2
FlashPlayer10.1:
No gesture
maxTouchPoints == 1
by @mousepancyo
- by
bkzen
- at 2011/01/17 22:53:51
Desire HD
same Desire
@zyass_tak
- by
bkzen
- at 2011/01/18 07:54:41
I have acer aspire with touch screen, but it's not here with me. I made multitouch swf or two here, but then noone had touch screens to appreciate it... why use touch-specific events, any way? since 10.1 mouse works better.
- by
makc3d
- at 2011/01/18 09:44:11
@makc3d
Thanks to your comment.
I don't know specifications for touch events, so I tried to FP10.1 and AIR for Android.
http://wonderfl.net/android/cYOl
And, I wish I could make the wrapper class for MouseEvent and TouchEvent.
- by
bkzen
- at 2011/01/18 11:22:30
@makc3d , you have to use touch event when you need to track multiple touch points at one time. e.g. clicking an releasing two buttons at the same time for game controller. try http://remotair.yoz.sk
- by
jozefchutka
- at 2011/01/18 18:18:14
@jozefchutka true, but if I understand it right, most touchscreens support only two touch points at a time, that's not a lot more than single "point" mouse events to give up code simplicity and compatibility for; maybe if someone would indeed write a wrapper (@bkzen ?)
- by
makc3d
- at 2011/01/19 00:40:50
yeah so now it does not work in fp11.2. just checked on touchscreen laptop, if you check any other checkbox than none, right clicks (by tap-and-hold) do not work in the entire web page. I submitted the bug in prerelease, but apparently they are not fixing any more bugs before release.
- by
makc3d
- at 2012/03/13 19:10:20
makc3d
:
need to check this on my other notebook
機種別Androidタッチイベント対応リスト


