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

Support touch events on mobile #657

Closed
bsudekum opened this issue Aug 7, 2014 · 5 comments · Fixed by #949
Closed

Support touch events on mobile #657

bsudekum opened this issue Aug 7, 2014 · 5 comments · Fixed by #949

Comments

@bsudekum
Copy link

bsudekum commented Aug 7, 2014

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

@mourner
Copy link
Member

mourner commented Aug 7, 2014

Hmm, I wonder what's causing the weird stripes on fills, @ansis?

@ansis
Copy link
Contributor

ansis commented Aug 7, 2014

what's causing the weird stripes on fills

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

@mourner mourner added this to the future milestone Aug 7, 2014
@tmcw
Copy link
Contributor

tmcw commented Sep 18, 2014

Now is the time: iOS 8 is out and rendering appears to be zippy on my iPhone 5S. Let's do this.

@mourner
Copy link
Member

mourner commented Sep 18, 2014

👍 I can look into this

@mourner
Copy link
Member

mourner commented Sep 18, 2014

Ongoing work in #749

@mourner mourner closed this as completed Sep 18, 2014
@mourner mourner mentioned this issue Sep 18, 2014
6 tasks
@edenh edenh mentioned this issue Jan 22, 2015
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants