knacker123
knacker123

Reputation: 79

Accesing softkeyboard buttons with Phonegap

i have developped a mobile app with dojo and phonegap for android. The problem is, that I want to acces the bottom right corner button. I want to change its name to "send" and I want to connect the button with a function. Does anyone have an idea how to do that? Using javascript, or how to do that natively?

Upvotes: 1

Views: 468

Answers (1)

dhaval
dhaval

Reputation: 7659

Natively it is possible to change the text to certain other limited options however I doubt whether it is possible to do from the context of a PhoneGap app.

Check this post which details the process of doing relatively same but in native.

Android - Handle "Enter" in an EditText

For more detail you need to check the doc

Upvotes: 1

Related Questions