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?
Asked
Active
Viewed 467 times
1
-
This should help: http://www.practicaldeveloper.net/2011/09/creating-plugin-with-phonegap-10.html – nullpotent Jun 08 '12 at 11:10
1 Answers
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