deadlyjack / Acode

Acode - powerful text/code editor for android
https://acode.app
MIT License
2.85k stars 392 forks source link

Swipe move and swipe delete not working with GBoard / Simple Keyboard #907

Open mafrailea opened 10 months ago

mafrailea commented 10 months ago

Cursor position doesn't refresh when you swipe over the space key on these virtual keyboard. If you write something, the cursor position has really been updated, but the cursor didn't refresh.

Regarding swipe block delete, it doesn't work at all. This means deleting an entire block of text by swiping over the delete key.

This happens no matter if suggestions are enabled or disable in the keyboard. In fact, Simple Keyboard doesn't support word suggestions at all.

This has already been reported through #563, which was closed, but it's still happening in the latest version published (v1.18.7.330)

Thanks for such a great application!!

Julow commented 9 months ago

The same happens with Unexpected Keyboard (related issue: https://github.com/Julow/Unexpected-Keyboard/issues/540). The issue wouldn't happen there if Acode didn't return true in InputConnection.setSelection(...) while doing nothing. This might be hidden in cordova though.