I have nested edit texts within table layout and then table layout within scroll view, the focusable / focusable in touch mode doesn't work in real devices but surprisingly it works in emulator.
please can some on offer alternative solution?
Clickable means that it can be clicked by a pointer device or be tapped by a touch device. Focusable means that it can gain the focus from an input device like a keyboard.
The touch mode is a state of the view hierarchy that depends solely on the user interaction with the phone. By itself, the touch mode is something very easy to understand as it simply indicates whether the last user interaction was performed with the touch screen.
Achieved the desired result here and added in manifest for each activity
android:windowSoftInputMode="stateHidden"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With