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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.