I have a UITextView that is scroll enabled and when I select a range of text then drag to move the text within the same view Catalyst will not scroll the textView when the drag is at or near the bottom of the view. This effectively prevents me from moving the text beyond the current view that is visible onscreen.
This works fine on iOS.
This works fine on iOS.