Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Android : doubleTap event received twice #4

Open
kiroukou opened this issue May 3, 2013 · 3 comments
Open

Android : doubleTap event received twice #4

kiroukou opened this issue May 3, 2013 · 3 comments
Labels

Comments

@kiroukou
Copy link

kiroukou commented May 3, 2013

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.

@kiroukou
Copy link
Author

kiroukou commented May 3, 2013

Well that doesn't fix the problem unfortunately.

@shoebox
Copy link
Owner

shoebox commented May 3, 2013

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.

@kiroukou
Copy link
Author

kiroukou commented May 3, 2013

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
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants