When I have selected the text inside of the textbox, but my mouse move over the MapView, Keyboard focus on MapView, and the text is unhighlighted,
Does anybody know how can I figure out this issue?
Keyboard focus when mouse enter MapView
Hey @Mahdi_Rastegari,
You can set mapView.MapFocusMode = MapFocuseMode.ManuallyFocused;
and that should no longer happen.
Thanks,
Kyle