Hi
I am working on a simple app that requires a health care practitioner to take an image of an prescription and send to my customer in an email. Those features works just fine.
The purpose of the app is to help really ill people order protein & nutritional drinks because their doctor has prescribed that hey need it. Some (many) of the patients are either very old, or very ill and will most likely not be able to use the app. They therefore rely on either friends, family or care personal to help them. So I decided to add a SMS feature so the doctor could send the app to a relative when they are in the app anyway.
I am trying to use the 'Social Sharing' plugin, but when I add the
type="text/javascript" src="cordova.js"
to my index.html file the rest of the javascript stops working, and to make matters worse, the social sharing is not working either :D
I am new to javascript, but seem to have noticed that the order of the javascript calls seem to matter, so I have tried placing the link to cordova.js several places, but no luck.
I am hoping that someone might be able to help me figure out what the heck I am doing wrong.
Thanks in advance
Claus
I am working on a simple app that requires a health care practitioner to take an image of an prescription and send to my customer in an email. Those features works just fine.
The purpose of the app is to help really ill people order protein & nutritional drinks because their doctor has prescribed that hey need it. Some (many) of the patients are either very old, or very ill and will most likely not be able to use the app. They therefore rely on either friends, family or care personal to help them. So I decided to add a SMS feature so the doctor could send the app to a relative when they are in the app anyway.
I am trying to use the 'Social Sharing' plugin, but when I add the
type="text/javascript" src="cordova.js"
to my index.html file the rest of the javascript stops working, and to make matters worse, the social sharing is not working either :D
I am new to javascript, but seem to have noticed that the order of the javascript calls seem to matter, so I have tried placing the link to cordova.js several places, but no luck.
I am hoping that someone might be able to help me figure out what the heck I am doing wrong.
Thanks in advance
Claus



