1.

What Does Phonegap Plugin Consist Of? What Are The Files Required To Create Your Own Phonegap Plugin For Ios?

Answer»

PhoneGap plugin CONTAINS TWO files

  • JavaScript file that defines the function for ACCESSING the native HOOKS
  • Implementation files written in the native language to co-ordinate with native phone features
  • To create your own PhoneGap plugins, you have to
  • Make a new directory in your ${PROJECT_DIR}/plugins directory
  • Make a JavaScript file WITHIN that new directory
  • Make a new Objective-C class that extends the PhoneGap command class and also in the new directory

PhoneGap plugin contains two files



Discussion

No Comment Found