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

Community
  • 1
  • 1
Fahad.ag
  • 181
  • 1
  • 8
  • 19

2 Answers2

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

amrit_neo
  • 1,759
  • 4
  • 19
  • 39
0

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

Abhijit Chakra
  • 3,201
  • 37
  • 66