1

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?

knacker123
  • 79
  • 9

1 Answers1

1

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

Community
  • 1
  • 1
dhaval
  • 7,611
  • 3
  • 29
  • 38