Software Archive
Read-only legacy content
17061 Discusiones

Changing "Return" keys on mobile keyboard

Leonardo_C_
Novato
1.488 Vistas


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 Solución
PaulF_IntelCorp
Empleados
1.488 Vistas

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.

Ver la solución en mensaje original publicado

4 Respuestas
PaulF_IntelCorp
Empleados
1.488 Vistas

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.

Leonardo_C_
Novato
1.488 Vistas

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.

 

PaulF_IntelCorp
Empleados
1.489 Vistas

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.

Leonardo_C_
Novato
1.488 Vistas

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

Thank you very much!

Responder