After updating and overwriting a mobile map package, I noticed that polygon barriers are now selectable despite having no popups configured. The polygon barrier layer references online content, specifically a hosted view layer.
Is there a setting I've missed somewhere to disable popups for a layer within a mobile map package?
Inside the mobile map package there is an .mmap file. If you open the package in ArcGIS Pro by default, you will have an ArcGIS - Packages folder on your computer. Inside this folder you will see a folder with the name of your package, with additional underscore and id. Inside this folder there will be a p20 folder with the .mmap inside of that. If you look at the .mmap file in a text editor, do you see "disablePopup" : true in the layer definition for your service layer? This is what controls whether the layer will show a popup or not. It's possible indoors is not honoring the setting if it is present. If it is not present, then it is a matter of figuring out why 'disablePopup:true' is not being written into the map. Version of ArcGIS Pro, the workflow steps that are being taken to create the mobile map package, etc...
Hi Mark, thanks for the reply! I'm on ArcGIS Pro 3.4.0.
I see that disablePopup is true for Polygon Barriers within my .mmap file, so Indoors doesn't seem to honor that setting currently. I'll see what I can find about why that might be happening.
Thanks for confirming