3 Answers, 1 is accepted
0
Hi Nitesh,
The built-in sms url scheme in iOS and Android allows you to start the messaging app either empty or with pre-filled number. If you also want to pre-fill the message text body as well, you can accomplish such task with custom Cordova plugin such as this one: SmsComposer. This plugin is not plugman compatible and does not target Cordova 3.0, so updating it as described in this post would be required: How to Write a PhoneGap 3.0 Plugin for Android. We've already provided guidance and modified plugin in this forum post.
For more information on using custom Cordova plugins with Icenium, please refer to our documentation: Working with Custom Plugins.
Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
The built-in sms url scheme in iOS and Android allows you to start the messaging app either empty or with pre-filled number. If you also want to pre-fill the message text body as well, you can accomplish such task with custom Cordova plugin such as this one: SmsComposer. This plugin is not plugman compatible and does not target Cordova 3.0, so updating it as described in this post would be required: How to Write a PhoneGap 3.0 Plugin for Android. We've already provided guidance and modified plugin in this forum post.
For more information on using custom Cordova plugins with Icenium, please refer to our documentation: Working with Custom Plugins.
Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Nitesh
Top achievements
Rank 1
answered on 16 Jan 2014, 10:54 AM
Thank you for your reply but if i use url Scheme for sending the message then it open the message app of mobile phone then user have to press again send button and this is we don't want. do you have solution so that user does not need to click on send button on message app it send automatically when message app open.
0
Hi Nitesh,
It is not possible to send email without user interaction as this is considered a security risk e.g. you app might gather sensitive info from device and send it without user knowing or simply send emails pretending to be the user.
Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
It is not possible to send email without user interaction as this is considered a security risk e.g. you app might gather sensitive info from device and send it without user knowing or simply send emails pretending to be the user.
Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.