+1
Beantwoord

keyboards in android

jenifercmartin 11 jaar geleden bijgewerkt door icahill (Administrator) 11 jaar geleden 1
I am working on tweaking an iOS app for android. There does not seem to be a native keyboard for my textfield in android. When I tap the textfield on an android device, nothing happens. Is there a special trick for this?
Android has a native keyboard, but does not support the same kbtypes that iOS does.

Your issue seems to lie in the zorder of your textfield. This prevented the textfield from triggering the keyboard. I updated your wire. This is an Android quirk.