I am using SketchEditor in an app to allow user to place a point location on the map. The issue is that when the SketchEditor is started it seems to lock the map controls and not allow panning or zooming. Is there a way to allow for the map to be navigated while sketching? The user needs to be able to navigate to where they want to place the point.
I am starting the sketch editor with this code:
sketchEditor.startWithCreationMode(Enums.SketchCreationModePoint);