1

Possible Duplicate:
Communication between Android Java and Phonegap Javascript?

I am just starting to develop using Phonegap and Android.. I would like to know, if I have a button on the HTML page, would that button be able to call a native function? For instance lets say i want the button to open up the calendar and pass variables from the html form

I am total newbie when it comes to Android native and HTML5

Please help

1
  • 1
    Have you check this Commented Dec 11, 2012 at 4:31

2 Answers 2

1

You basically need to call a javascript code on button click and write your own phonegap plugin to call native functionality.

Phonegap Android plugin development

Sign up to request clarification or add additional context in comments.

Comments

0

yes it is possible you can call java codes from java script in phonegap.see here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.