Hi
I have followed your document 'Using native device features (PhoneGap)' to try and install an SMS plugin 'com.jsmobile.plugins.sms'. Having carefully followed the instructions several times, and installed the app on my mobile, I always end up with an "sms is not defined" javascript error. I know the plugin initialisation script is called because I have tried putting an alert() in to it. And the app builds ok. It seems as if the Appery shell is losing the reference to the plugin initialisation object, making it impossible to call.
I have built a stripped down version of my app called 'SMS_test' containing only 2 text boxes, a 'send sms' button and the plugin.
What can I try next?