Thursday, February 09, 2012

Things to Look at When You Are Using a PhoneGap Plugin

Things to Look at When You Are Using a PhoneGap Plugin: "What Does the Native Code Need?

What you really only need is a class that inherits from PGPlugin and has a method for you to call. Inheriting from PGPlugin is important because it can cause a lot of headaches if it isn’t, and I mean a lot.

"

'via Blog this'