19
Views
2
Comments
How do I set the Android soft keyboard to display the Done button instead of Next?
Question
Application Type
Mobile

I have my form and inside it has multiple inputs and a save button.

If I tap the Name input field it should show the keyboard with the Next button because it has another input field after it. If I tap the Next button it should move to the next input field (Phone input in this case).

Once I move to the Description (last input field on my form), it should show the Done button instead of next, If I tap the Done button I just want to hide the keyboard. But currently it also shows Next button, which nothing happens when I clicked because there's no input field after it.

keyboard's Next icon:

keyboard's Done icon:


How do I do this? 

2023-12-19 16-46-19
Castro Vieira

Hello,

This is a standard Android keyboard

we can't change the default on a device.

UserImage.jpg
ars art

Hi Castro, I think the equivalent of this in native android dev is the:

android:imeOptions="actionDone"

I'm just not sure how to implement this in Outsystems.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.