You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clicking on the search action item should trigger the keyboard because it should allow us to start typing.
The X should be shown only when there is text being written, and we should have an arrow to close the search, which should also close the keyboard.
Instead, what I see is a single X button that clears the query and only then closes, but even when it closes, it doesn't close the keyboard.
Not only that, but when clicking the back button, it closes the activity even if there is still text written. When we are editing the text, and then click on the back button, it should either close the keyboard , or close the editing (or both, as done on the play store).
The text was updated successfully, but these errors were encountered:
Hello @AndroidDeveloperLB
Thanks for your feedback, I'll fix the sample app soon :) But just to make it clear, it's not a bug in the library, since all events are handled in sample app and the content view is also provided by it.
@AndroidDeveloperLB
I'll surely try. But please notice, that we didn't try to make a copy of the search view from the Play Store or any other applications, this animation is our design concept. So it seems odd to alter it to make it look like components from other applications, doesn't it? Of course all other issues you mentioned should be fixed
clicking on the search action item should trigger the keyboard because it should allow us to start typing.
The X should be shown only when there is text being written, and we should have an arrow to close the search, which should also close the keyboard.
Instead, what I see is a single X button that clears the query and only then closes, but even when it closes, it doesn't close the keyboard.
Not only that, but when clicking the back button, it closes the activity even if there is still text written. When we are editing the text, and then click on the back button, it should either close the keyboard , or close the editing (or both, as done on the play store).
The text was updated successfully, but these errors were encountered: