Probably a question for Jesse I'm having a bit of trouble implementing the Compass functionality for cordova.js webOS port
The common plugins for Accelerometer and Compass differ in how the call the
native side.
For webOS, the compass implementation is very close to what the playbook
implementation uses: window.addEventListener("compass",...)
Can I overwrite/add to the functionality of the common plugin to make this work?
Markus
