Skip to content
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

Double tap is triggering MapClickedCommand #46

Closed
scastria opened this issue Mar 15, 2016 · 2 comments
Closed

Double tap is triggering MapClickedCommand #46

scastria opened this issue Mar 15, 2016 · 2 comments
Labels

Comments

@scastria
Copy link

A user should be able to double tap the map to zoom in without triggering the MapClickedCommand. Therefore, the tap listener needs to wait to make sure it isn't a double tap event before firing the MapClickedCommand.

@TorbenK
Copy link
Owner

TorbenK commented Mar 15, 2016

Is this the same behavior on Android and iOS? I will mark this as a bug.

@TorbenK TorbenK added the bug label Mar 15, 2016
@scastria
Copy link
Author

Only bug on iOS. Android works fine.

TorbenK added a commit that referenced this issue Mar 15, 2016
TorbenK added a commit that referenced this issue Apr 29, 2016
      New: TKCustomMapPin is BindableObject
      New: All Commands also available as Event
      New: Possibility to set the anchor position of a pin(Alpha)

      Fixed: Issue with PinTinColor(iOS) #68
      Fixed: Issue with multiple calls to MapLoaded(iOS) #60,#61,#50
      Fixed: Issue with missing culture information when converting coordinates to string(Android) #55
      Fixed: Double tap no longer triggers MapClicked(iOS) #46
      Fixed: Bounds calculation after route calculation is now correct
      Fixed: Collection events getting unregistered properly
      Fixed: Issue when route gets removed from collection during calculation

      Minor bugfixes
@TorbenK TorbenK closed this as completed Apr 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants