How to get an event when native sms is sent successfully?
Posted: Tue Jun 16, 2015 2:11 pm
I have opened native sms app with the following command:
window.open(‘sms:+375292xxxxxx?body=Hello from Appery.io!’, ‘_system’);
How to get an event when the sms is sent successfully after user click Send button on the window?