This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
forked from purplecabbage/phonegap-plugins
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Home
shazron edited this page Sep 4, 2012
·
5 revisions
Welcome to the PhoneGap-Plugins wiki!
This repo can be used to store plugins for PhoneGap.
Some sanity checks for anyone wishing to fork and push back:
- Plugins should reside in their own directories, and hopefully live without dependencies ( byte sized )
- Each Plugin directory should contain a directory for each device it supports, and the code needed for that device should all reside in child directories, ( Note: a plug MAY be implemented on ALL or ANY devices, it is up to the plugin developer to decide, as a general rule, it would be nice if your plugin worked on at least 1 device )
- An example plugin 'NativeControls' (iPhone Only) demonstrates this structure.
- All plugins should be installed with Javascript in the PhoneGap.addConstructor() method.
- Plugins should contain Per Device info on how they can be installed / used / linked / referenced.
Plug-Away! Jesse