henryleunghk / flutter-native-text-input

Native text input for Flutter
MIT License
66 stars 50 forks source link

Cursor cannot be dragged (iOS 16.2) #43

Open kevgug opened 1 year ago

kevgug commented 1 year ago

Here's a video from the iPhone Simulator:

https://user-images.githubusercontent.com/37193648/210152606-dfbd2768-c1da-4f92-bbf2-a0bb23057b5c.mov

The issue also persisted on my physical mobile (iPhone 11, iOS 16.2).

Details:


I would be very grateful if this could be fixed soon, otherwise the package isn't all-the-way native!

felix0324324 commented 1 year ago

same problem

kevgug commented 1 year ago

I've discovered this issue applies to all non-tap gestures, including scrolling within the text input.

acalatrava commented 1 year ago

Any workarounds or fix on this? I'm facing the same issue