Hi team,
Thanks for the 200.6 release.
I found that there's no way to hide "powered by Esri" which is supposed to isAttributionTextVisible = false
It shows no matter true or false. Let me know if I am doing something wrong.
Thanks,
Sean
Solved! Go to Solution.
Ah, interesting.
I experimented with isAttributionTextVisible. It works when you set it in the "onMapViewReady" callback. It doesn't work if you set it earlier.
This is probably not intentional. I'll write it up as a bug. But at least for now the workaround is to set it in onMapViewReady.
Ah, interesting.
I experimented with isAttributionTextVisible. It works when you set it in the "onMapViewReady" callback. It doesn't work if you set it earlier.
This is probably not intentional. I'll write it up as a bug. But at least for now the workaround is to set it in onMapViewReady.