I am migrating some widgets from web app builder to experience builder that interact with the map and i need to disable the default pop click behavior while the widget is being used.
In web app builder this was accomplished via 'map.setInfoWindowOnClick(false)';
Does anyone know the comparable function for the Experience Builder/Jimu framework.
Thanks,
Rob
Solved! Go to Solution.
You would set the MapView's popupEnabled property to false.
You would set the MapView's popupEnabled property to false.
I was trying to find the method on the JimuMapView without realizing i had to drill down to JimuMapView.view.popupEnabled.
Thanks for saving me a bunch of time.
Rob