Custom Plug-ins for the BlackBerry Hybrid Web Container

Integrate PhoneGap plug-ins with the BlackBerry 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. See the PhoneGap Wiki. The basic steps are:

  1. Set up a BlackBerry Eclipse development IDE. See http://us.blackberry.com/developers/javaappdev/javaplugin.jsp.
  2. Create the plug-in source code.
  3. Provide the JavaScript API.
  4. Package the plug-in source code.
  5. Include the PhoneGap dependencies.