Software Archive
Read-only legacy content
17061 Discussions

Changing "Return" keys on mobile keyboard

Leonardo_C_
Novice
1,486 Views


Hi, I'm new in Intel XDK and I'm trying to make a project, but I got a "little" problem.

How can I replace the "return" button(IOS devices) and their equivalents for "Done" or "Next" or any word that I want?. I've already looked for a solution, but I was unable to find anything.

Thanks.

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
1,486 Views

This is going to require a plugin to select the appropriate keyboard and configure it. In other words, the webview your HTML5 code runs in can't specify this, so you have to do it in native code. If you can't find a plugin that does what you want you'll have to find one that is close, fork it, and modify it to do what you need.

Sorry, but we are not able to provide services to create custom plugins.

View solution in original post

0 Kudos
4 Replies
PaulF_IntelCorp
Employee
1,486 Views

I'm not quite clear on what you want to do, but if you Google for "Cordova PhoneGap return button" (or something like that) you might find some help. The Intel XDK creates Cordova apps (aka PhoneGap apps), so the solutions for those will apply to XDK apps, as well.

0 Kudos
Leonardo_C_
Novice
1,486 Views

Hi, thanks for answering.

I've searched and all that I found are plugins that do things like hiding,showing and resizing the keyboard in some situations.

I want to do this: (I will put the ios keyboard, but I want this to run on all devices, with their respective keyboards)

I want to this keyboard with "return" button:
keyboard with "return"


Turn to this one(with search, or any button that I want)




Thanks.

 

0 Kudos
PaulF_IntelCorp
Employee
1,487 Views

This is going to require a plugin to select the appropriate keyboard and configure it. In other words, the webview your HTML5 code runs in can't specify this, so you have to do it in native code. If you can't find a plugin that does what you want you'll have to find one that is close, fork it, and modify it to do what you need.

Sorry, but we are not able to provide services to create custom plugins.

0 Kudos
Leonardo_C_
Novice
1,486 Views

Oh, I understand. I just didn't know what to search specifically, I will try.

Thank you very much!

0 Kudos
Reply