【问题标题】:Automatic message send without user confirmation in cordova android在cordova android中自动发送消息而无需用户确认
【发布时间】:2015-02-11 08:59:27
【问题描述】:

我已经使用this plugin 实现了从我的应用程序发送消息。它将使用我的消息内容和号码在手机中打开默认短信应用程序,但我需要自动发送短信而不提示默认短信应用程序,有没有办法在科尔多瓦实现这一点?。

【问题讨论】:

  • 查看我编辑的答案

标签: javascript android cordova cordova-plugins


【解决方案1】:

最后我找到了解决方案,只需将Intent 留空即可获得所需的结果。

        var intent =''; //leave this empty for sending sms automatically
        var message='Test message';
        sms.send(number, message, intent, success, error)

【讨论】:

    猜你喜欢
    • 2017-07-19
    • 1970-01-01
    • 2011-09-29
    • 1970-01-01
    • 2014-02-28
    • 2018-09-05
    • 1970-01-01
    • 2017-11-17
    • 1970-01-01
    相关资源
    最近更新 更多