maunium / stickerpicker

A fast and simple Matrix sticker picker widget
GNU Affero General Public License v3.0
312 stars 592 forks source link

Improve search box by adding autofocus (Desktop) / ability to clear search when expected #46

Open salixor opened 2 years ago

salixor commented 2 years ago

This PR aims to close #42, #43 and #44 !

What's new ?

I tried to implement the autofocusing on Android as well. During testing, I found out that even though the field gets focused, the keyboard doesn't show up. This behaviour seems to be intended. I don't have an iOS device on hand to try, but it appears the behaviour is the same, so I didn't implement it on that OS either.

image image