suragch / mongol

Mongolian vertical script widgets for Flutter apps
https://pub.dev/packages/mongol
BSD 3-Clause "New" or "Revised" License
70 stars 15 forks source link

No selection handles on web for MongolTextField #7

Closed suragch closed 2 years ago

suragch commented 3 years ago

You can double click a word on MongolTextView to select it on web but there are no selection handles to change the selection.

suragch commented 3 years ago

Actually, selection seems to be working OK when the text is also not scrollable. Selection handles are not needed on the web. However, when the text is scrollable then the selection wont change.

suragch commented 2 years ago

MongolTextField removed in version 3.0.0. It will need to be reimplemented from scratch.