vctls / bookmark_keywords

An attempt at recreating the Firefox “Bookmark Keywords” feature as a native Android app.
MIT License
0 stars 0 forks source link

After opening the form, the keyboard action on the query field becomes "next" instead of "enter". #5

Closed vctls closed 2 years ago

vctls commented 2 years ago

Probably should check that the "back" action doesn't leave some stuff from the form hanging around.

vctls commented 2 years ago

View seems to be destroyed all right. Adding the android:imeOptions="actionDone" attribute to the field fixed it.