Is there a way in the code to not have the option box pop up? I want swiping to be restricted to a single layer and do not need that box hanging around if I'm not using it. I can make the pick list inoperable but I cant get the whole box to hide.
Chris,
Sure just add display: none to the jimu-widget-swipe style.css (line 4).
.jimu-widget-swipe { border-radius: 5px; max-width: 350px; display: none; }
Worked like a charm. Thanks Robert.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.