shoebox/HyperTouch

Android : doubleTap event received twice

Opened this issue · 3 comments

Hey again,

I noticed that issue today on Android.
I've managed to solve this by making the Java View listener to consume the event (returning true when there's an emit, at onTouch, onDoubleTap, onSingleTap).

I can provide the change if you confirm the problem.

Well that doesn't fix the problem unfortunately.

Yeah this is done on purpose for now.
Because if you consume the event some others gestures will no longer works simultaneously with the tap gestures.

The better way is to do the filtering in your haxe code.

Soon i will update this with a better dispatch / event model.

Ok, thank you for the information.

kiroukou

2013/5/3 Johann Martinache notifications@github.com

Yeah this is done on purpose for now.
Because if you consume the event some others gestures will no longer works
simultaneously with the tap gestures.

The better way is to do the filtering in your haxe code.

Soon i will update this with a better dispatch / event model.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-17393052
.