Frage

I have two editText's in layout , when I entered username soft keyboard shows "next" button and when i entered password soft keyboard shows "done".It is working properly in all devices except " Kindle Fire " device. On Kindle Fire , While entering password soft keyboard doesn't show "Done" button. How can I show "Done" Button on kindle fire device? Is there any way to solve this issue ? Thanx in Advanced !!!

War es hilfreich?

Lösung

As per the search , On Kindle fire, android:imeActionId="actionDone" doesn't support.You can detect the app is running on Kindle fire Device or not using Detect app is running on Kindle Fire. and you can set android:imeActionId="actionGo" for it. For more information about Kindle fire devices ,you can see https://developer.amazon.com/sdk/fire/specifications.html.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top