Konstantin Konopko
Konstantin Konopko

Reputation: 5422

Samsung S7 (Android 8) opens keyboard unexpectedly

In some cases my app at start navigates to fragment with a form, but do not set focus to any field. In this case I have an issue with Samsung S7 (A8): it show digits-keyboard, that was not called to show. When I visit this page again not at start, kbd is not showed, as expected. For instance, A12 works as expected in all cases. Any suggections about the issue? Thanks

Upvotes: 1

Views: 107

Answers (1)

Konstantin Konopko
Konstantin Konopko

Reputation: 5422

Solved by setting up the Activity's kbd property:

android:windowSoftInputMode="stateHidden|adjustResize"

Upvotes: 0

Related Questions