-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Hi,
I just integrated Mapbox GL into a mobile (Ionic) app where we already use the regular JS version, in order to improve performance and test some new features.
So, I started by trying on a basic map which worked fine on my phone (LG Nexus 4) and some others (HTC One & One Plus One), but on a Samsung Galaxy S6 we started seeing some artifacts appear.
mapbox-gl-js version: 0.18.0 (downloaded just a few hours ago)
Steps to Trigger Behavior
- Use the following code:
new mapboxgl.Map({
container: 'mapbox-map',
style: 'mapbox://styles/mapbox/streets-v8'
})
- Test on a Samsung Galaxy S6 (possibly other devices)
- Try zooming in and out
Expected Behavior
No artifacts
Actual Behavior
Artifacts (see following screenshots) depending on location and zoom



