I am trying to figure out why my popup template looks like this
and then when I open it, it goes full screen and looks like this
I am not even sure where it is coming from. I am not initializing it.
Solved! Go to Solution.
Whatever app you're using has defined the PopupMobile like that sample.
That looks like the PopupMobile for 3x. It does fullscreen like that because it's meant to be used on mobile devices.
https://developers.arcgis.com/javascript/3/jssamples/widget_mobilepopup.html
but I am not on a mobile device. I am on a PC.
Whatever app you're using has defined the PopupMobile like that sample.
I understand. Thank you 🙂