Description
Hello guys !
So I'm starting a new app based on Cordova, and wanted to use Leaflet for my maps - either via Mapbox or directly with OSM. I encountered an issue when testing the most basic example, on Android 4.1 only, the app crashes when zooming in. I looked for many hours all over the internet, and found solutions that either didn't work or even sometimes I didn't understand ( someone said << android23 = ua.search('android [23]') !== -1 || ua.search("android 4.0") !== -1 || ua.search("android 4.1") >> - where am I supposed to put that ?!)
Note that the issue isn't even linked to the application itself, because when launching the stock Android browser and going to the leaflet website or mapbox website, when trying to zoom in on the available examples, the browser crash ! On Chrome for Android all is fine, though.
Sooo there it is, how to prevent that crash ?
Thanks !
Activity