Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't click and drag to navigate map while awaiting CompleteCommand with SketchEditor when creation mode is rectangle or circle #828

Open
PierreLaforest-Grant opened this issue Oct 7, 2020 · 0 comments

Comments

@PierreLaforest-Grant
Copy link

This behavior is observed in my own app as well as the samples here, specifically the Sketch on map example:

  • Have a mapview with whatever map
  • Call MapView.SketchEditor.StartAsync(SketchCreationMode.Rectangle, true)
  • User draws the shape
  • Now when waiting for the CompleteCommand.Execute() call (in the form of a confirm button or whatever), the usual click and drag to navigate the map is disabled. When creation mode is polygon or polyline though the click and drag navigation works. Is it possible to allow this for all creation modes?
  • Also panning with arrow keys works in all cases so why not allow navigation with click and drag?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant