AnnotationTool doesn't redraw correctly when device rotation occurs; it points to seemingly random other point in the general direction of the original selected point compared to the annotation tool popup location prior to the device rotation. It's only after the user presses anywhere on the screen that the tool picks up the correct positioning again. Occurs on both iOS and Android.
Shouldn't the annotation window(s) either:
1) disappear.
2) redraw to account for the change in position.
If I'm missing something, please let me know. I've tried the following to try to hide it but it doesn't work.
Code: Select all
AnnotationTool.Active = false;
AnnotationTool.Invalidate();
Note: using NearestPointTool to get the closest point's index to the pressed point.