Hello,
I'm developing ESRI map application using SDK for Javascript version 4.26. I also want implement it as PWA with Capacitor (A cross-platform native runtime for web apps) and create as Android app. Everything goes well but I hit the wall when run it in Android Emulator. When MapView is creating it crashes on "WebGL support for standard derivatives is required but not supported." The container is created but the map is not shown.
I've read some docs and it seems that the WebView does not support WebGL, but WebGL is required to view the map.
So it is really so, that I cannot create Esri map app in WebView at all due to WebGL issue? Does anybody has experience, can please someone help me? Thank you.
Dalibor