Select to view content in your preferred language

Disable Popups in Custom Widget For Experience Builder

311
2
Jump to solution
04-03-2024 10:00 AM
Robertgale
New Contributor

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

 

0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

You would set the MapView's popupEnabled property to false.

View solution in original post

2 Replies
KenBuja
MVP Esteemed Contributor

You would set the MapView's popupEnabled property to false.

Robertgale
New Contributor

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

0 Kudos