Custom Plug-ins for the Windows Mobile Hybrid Web Container

Integrate PhoneGap plug-ins with the Windows Mobile Hybrid Web Container.

In general, adding a custom plug-in to Hybrid Web Container is identical to adding a plug-in to any PhoneGap application. The basic steps include:

  1. Implement the plug-in class that extends the class “PluginBase."
  2. Implement the PhoneGap plug-in JavaScript.
  3. Add the plug-in class to the plug-in configuration file.
  4. Use the plug-in from JavaScript.