I am creating a mobile WEB application that will be downloaded in one of the store's, with an integrated mini WEB server that works on any operating system (iOS, android, windows8, etc).
In order for the application to be as independent as possible from the operating system, I just wanted to use HTML5
and JavaScript
.
The application allows a user to make a series of requests by simply clicking on buttons. Example: [View Contacts]
I need to automatically send sms
to another mobile device with a android
application that receives the request, and send and receive the response via sms. The answer also has to be read by my WEB application. This is for the application to work without mobile network / Wifi.
I've been browsing and can only find ways to open the sms application on my mobile device.
Is there a way to do this automatically?
And if it does not exist can it be done in another way? Type use / create a plugin to use in JavaScript that does this to me?
[EDIT] I saw this yesterday and I was already researching on the subject, but it looks like the job was discontinued , unfortunately. I do not even know if it would be a chance.