This repository will wrap phonegap plugins to use with GWT (Google WebToolkit) and gwt-phonegap.
In your module xml inherit following modules:
Instantiate the plugin with GWT.create();
Use it like it's described in the plugin interface:
For instance:
Facebook facebook = GWT.create(Facebook.class); facebook.init(...); ...
- PUSH-PLUGIN
You are welcome to introduce your own wrappers. Welcome are all plugins supported by phonegap-build.