Squircle-CE icon indicating copy to clipboard operation
Squircle-CE copied to clipboard

Smooth cursor movement

Open Francis-96 opened this issue 2 years ago β€’ 1 comments

refer to this project https://github.com/Rosemoe/sora-editor

1. Cursor smooth movement effect Comparison video 1

2. When the content slides to the bottom to leave a blank area of ​​the keyboard height, because the keyboard pops up to push the content up, the content will bounce back when the keyboard disappears, resulting in instant screen flickering, this experience is too bad Comparison video 2

Francis-96 avatar Mar 11 '22 10:03 Francis-96

Hi @Francis-96, It's almost impossible to achieve this behaviour using the EditText component. Sora Editor uses fully custom view which makes this a lot easier and faster, and I don't have much time to try to make the same πŸ˜” I'll leave this issue opened, maybe one day there will be an easier way to create things like that, but now I don't see it.

massivemadness avatar Mar 11 '22 14:03 massivemadness