I have a Recyclerview, and one of the elements has an edittext, but every time I clcik to the field to start typing Soft Keyboard, it opens right away. Has anyone experienced this before?
Perhaps too late, but I had this problem. I decided by adding android:windowSoftInputMode="adjustPan" in YourActivity in AndroidManifest.xml , for example:
android:windowSoftInputMode="adjustPan"
YourActivity
AndroidManifest.xml
<activity android:name=".YourActivity" android:windowSoftInputMode="adjustPan"/>
Source: https://habr.com/ru/post/1011691/More articles:thread and parallel thread - javaThe Meyers Singleton Destruction Order - c ++How to save DRY code in Golang - interfaceUnderscore left and right - cssDisable nginx cache for javascript files - javascriptJson Strings intellij format? - javaSpring Download 1.4.1 and Cassandra 3.x - javaMissing artifact Spring data cassandra 1.5.0M1 - javaHow Mockito handles overlapping matches with multiple arguments in thenReturn block - javaes6 Import of three.js - javascriptAll Articles