Hello all,
I am working on a map using Esri's JS API version 3.18.
I want to make the map switch the popups from regular popups, created using the Popup class, to mobile Popups, created using the PopupMobile class. I have tried changing the map's infoWindow from one to the other when the screen width falls below a certain threshold, but it does not seem to work.
Has anyone else come across this?
Thanks!
Chris