-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support touch events on mobile #657
Comments
Hmm, I wonder what's causing the weird stripes on fills, @ansis? |
My guess is that this is the fill antialiasing. Fill antialiasing is currently drawn with a line strip that is split with degenerate triangles. It looks like this isn't working right (maybe due to a precision issue). This should be fixed by using indexed lines: #668 |
Now is the time: iOS 8 is out and rendering appears to be zippy on my iPhone 5S. Let's do this. |
👍 I can look into this |
Ongoing work in #749 |
Many mobile devices will be able to support mapbox-gl-js. Right now on iOS8, it loads perfectly but the map does not respond to touch events:
cc @mourner
The text was updated successfully, but these errors were encountered: