Select to view content in your preferred language

Colors invert when toggling on full screen

576
5
01-26-2024 10:37 AM
Labels (1)
TBWI
by
Occasional Contributor

I am working on a map using a Living Atlas basemap. When I toggle on the full screen mode, the colors change pretty dramatically. Is there anyway to prevent this from happening?

 

Normal.png      Full screen.png

0 Kudos
5 Replies
KellyHutchins
Esri Frequent Contributor

Which basemap are you using? And which instant app?

0 Kudos
TBWI
by
Occasional Contributor

I am using "Painterly" by John Nelson. The instant app is the Media Map.

0 Kudos
KellyHutchins
Esri Frequent Contributor

Ran a quick test using the JSAPI full screen widget (that's what the app uses) and I am able to reproduce the issue using this test app. https://codepen.io/kellyhutchins/pen/ExMbbLw?editors=1010

 

This might be a good question for the ArcGIS JavaScript Maps SDK space. https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bd-p/arcgis-api-for-javascript-qu...

 

0 Kudos
TBWI
by
Occasional Contributor

Thank you! I will make a separate post there. 

0 Kudos
TBWI
by
Occasional Contributor

I was able to find a temporary fix for the issue of basemap darkening. I put John Nelson's Blank White Vector Basemap underneath the other layers and it looks normal when toggling to fullscreen. This tells me that fullscreen mode must make the background black so the transparency of the layers causes the darkness to show through.