Gavin Rehkemper
Gavin Rehkemper
Hi, I'm not able to install an APK. Does the issue happen if you load a webpage in the android web browser? Perhaps that might be a simpler replication case.
Hi, If you browse to https://developers.arcgis.com/esri-leaflet/samples/simple-feature-layer/ on your android phone, does the issue happen in the sample map that is embedded in that page?
Note that the main Leaflet repo is evolving from the "shell script method" that we currently use to a GitHub Actions-based approach: - https://github.com/Leaflet/Leaflet/pull/7727 - https://github.com/Leaflet/Leaflet/pull/7854 - https://github.com/Leaflet/Leaflet/pull/8039 So we...
Unless I'm missing it, I do not see that covered in ArcGIS REST JS. I think we would be open to adding it in the future. For reference, here's the...
Thanks for the question. Although it's a bit old, I think this is a duplicate of https://github.com/Esri/esri-leaflet/issues/864 and you may find some good information there.
Related to all this: the latest `standard`, and thus `semistandard` which we use, has set to give a warning if your project uses `var`. https://github.com/standard/standard/issues/633#issuecomment-719874016 So we either need to...
Now in 2022, all these are now supported in the browsers we're supporting, so we're planning on switching the source code to use [`Object.assign()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign), [arrow functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions), [template strings](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals), [let](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let)/[const](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const), etc....
fc64c99d434ed812c2c09849828a8beec8f106ae looks good to me, thanks @COV-GIS. If you want to PR, that's fine, we can merge it upstream with our many version v4 changes.
We got this in to the v4 branch in #1010. Closing. If there's still an issue after the next release, please let us know. Thanks again @COV-GIS
Related discussion: https://github.com/ynunokawa/L.esri.WebMap/issues/74