Description
I'm getting complains that marker popups don't open in Chrome on some Android phones. Affected maps:
- https://maptalks.org/examples/en/ui-control/ui-geo-infownd/ (official example)
- https://joric.github.io/maps/fallout-london/ (canvas version)
- https://joric.github.io/stalker/ (opengl version)
The affected browser is supposedly Chrome on Galaxy S22. I can't really check that. It works on my Xiaomi and Pixel phones. I tried adding logging via Eruda, added an extra openInfoWindow call, but it looks like the browser doesn't generate click events for the markers. I don't know maybe there are options that must be set or it's a Galaxy-only browser bug, not sure. My phones work. It's not the only case, I've had the same complaints from the android users before. Official examples also seem affected.
- Maybe it's the way I replace InfoWindow content in maptalks. Updated both maps, added an extra openInfoWindow. Also added some logging, does console add 'clicked' record on click now? Also can you close and open info window in the example here? https://maptalks.org/examples/en/ui-control/ui-geo-infownd/
- Nope, none of that is working..