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

FeatureInfo interferes with 3D map drag and drop on mobile #1837

Closed
offtherailz opened this issue May 17, 2017 · 1 comment
Closed

FeatureInfo interferes with 3D map drag and drop on mobile #1837

offtherailz opened this issue May 17, 2017 · 1 comment

Comments

@offtherailz
Copy link
Member

When you try to drag and drop on 3D with a mobile device the featureinfo activates continuously causing annoyance

@offtherailz
Copy link
Member Author

Investigated yesterday debugging on android, and it is a bug of cesium itself.
The problem happens when you use pinch to zoom and then rise the fingers.
When the last finger leaves the screen a LEFT_CLICK event is triggered.
I should be able to patch it from MapStore, maybe using rxjs.

offtherailz added a commit to offtherailz/MapStore2 that referenced this issue May 19, 2017
offtherailz added a commit that referenced this issue May 19, 2017
to avoid issues when you are using cesium with multitouch.
@ghost ghost removed the pending review label May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants