BUG: MapImageLayer does not show in mobile browsers on version 4.19

879
4
Jump to solution
06-25-2021 05:00 AM
ae
by
Occasional Contributor

Not sure if this has been reported already, but here goes:

BUG: MapImageLayer does not show in mobile browsers on version 4.19

Reproduce: Open the following sample on a mobile phone (I've only tested Chrome and Samsung Internet browser on Android):https://developers.arcgis.com/javascript/latest/sample-code/layers-mapimagelayer-sublayers/In my case the mapimagelayer does not show (you can only see the basemap). This bug is only present on the 4.19 version. 4.18 works fine. The bug is not only related to the sample and the service being shown there. It occurs for all mapImageLayers I've tested (several different services).

Tags(2)
0Kudos
1 Solution

Accepted Solutions
ReneRubalcava
频繁的贡献者

Could you try this sample using the next version of the 4.20 release? There was a fix put in for certain android devices that looks like it might fix this. 4.20 should be released fairly soon.

https://codepen.io/odoe/pen/ZEKEBPw

View solution in original post

0Kudos
4 Replies
ReneRubalcava
频繁的贡献者

Could you provide some more details on Chrome/Android version? I'm on Chrome 91/Android 11 and those samples are working.

0Kudos
ae
by
Occasional Contributor

Hi,

I'm using Android 10, and Chrome 91.0.4472.120.

Some more information about the problem: When the map loads, the layer is visible for a second, before it disappears. Here is a screen capture showcasing the problem:

0Kudos
ReneRubalcava
频繁的贡献者

Could you try this sample using the next version of the 4.20 release? There was a fix put in for certain android devices that looks like it might fix this. 4.20 should be released fairly soon.

https://codepen.io/odoe/pen/ZEKEBPw

0Kudos
ae
by
Occasional Contributor
I can confirm that 4.20 fixes the problem!