Hello community,
I'm using AppStudio 5.2 and the 5.2 Map Viewer template connected to a secured ArcGIS Online Web Map. I have written some code that listens for mouse activity and under certain conditions (my own) a map selection box is drawn while the mouse button is pressed.
The MapView onMousePressed, onMousePositionChanged, and onMouseReleased events are used and all seems fine while working on a Windows laptop. When running the app on an iPad only the onMousePressed fires. I was hoping that dragging a finger would fire onMousePositionChanged and lifting the finger would fire onMouseReleased. Optimistic, I know.
In short, what is the best way to interactively create a rectangular selection box in iOS?
I'm developing in Windows and targeting iOS.
Anyone have any ideas?
Thanks.