Hi all
Is there a way to disable the menu/next/previous feature button from the popup when it's selected more than one feature?
The streets on our feature layer slightly overlap each other at junctions and when clicking on/near a junction the popup returns more than one result. We use a hit test to highlight a street and then the user can click to display a popup/information about that street. We only need the top most (highlighted) result returned in the popup. I'm thinking there must be a way to hide/disable the menu/next/previous button.
I've tried this but it doesn't seem to work.
view.popup.actionsMenuEnabled = false;
Thanks
Solved! Go to Solution.
You can turn those off with the Popups visibleElements prop.
featureNavigation is an option
You can turn those off with the Popups visibleElements prop.
featureNavigation is an option
Hi Rene
Thank you that's great. Setting featureNavigation to false has worked perfectly. Thank you for your assistance.