I recently got introduced to leaflet and learning my way around.
We are currently working on a cordova-based mobile app where using leafleft alonside angular (and the angular-leaflet-directive) works like a charm and we're looking forward to making it work with Esri as well.
We do have one annoying hurdle to clear first and it's linked to using the leaflet/cordova combo with some random devices (lenovo k900 for example)
All clean but the construct // on certain webviews of certain phones lead the device to check for the image on the device, which then creates an error:
If anyone has run into this before or knows all ins-and-outs of the code, could you point me to where in the leaflet.js I could change the code so that instead of rendering :
we get
thank you!
Gregory