Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

OnDoubleTap doesn't trigger OnCameraChangeListener #4327

Closed
tobrun opened this issue Mar 15, 2016 · 4 comments
Closed

OnDoubleTap doesn't trigger OnCameraChangeListener #4327

tobrun opened this issue Mar 15, 2016 · 4 comments
Assignees
Labels
Android Mapbox Maps SDK for Android bug

Comments

@tobrun
Copy link
Member

tobrun commented Mar 15, 2016

When you perform a double tap, you are not receiving any OnCameraChangeListener updates.

@tobrun tobrun added bug Android Mapbox Maps SDK for Android labels Mar 15, 2016
@tobrun tobrun added this to the android-v4.0.0 milestone Mar 15, 2016
@tobrun
Copy link
Member Author

tobrun commented Mar 15, 2016

After double checking the commit above doesn't fix it mainly because zoom is an animated transition and we should only invalidate after this event has occurred. Invalidating at that time, will not give us the correct values.

@tobrun
Copy link
Member Author

tobrun commented Mar 21, 2016

I'm working around this issue with a runnable/postdelayed solution for now.This has allmost no impact on the codebase for future releases we should migrate the zoom API to use the camera API but for this release it has too high impact to change it.

@tobrun
Copy link
Member Author

tobrun commented Mar 21, 2016

Created a new ticket to solve this for 4.1.0 in #4406

@bleege
Copy link
Contributor

bleege commented Mar 21, 2016

Merged into release-ios-3.2.0-android-4.0.0.

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

No branches or pull requests

3 participants