【问题标题】:send sms to a number using angularjs使用 angularjs 向号码发送短信
【发布时间】:2017-07-26 07:06:08
【问题描述】:

我已使用此代码在我的移动应用程序中使用 angularjs 发送短信。 <a ng-href={{'sms:'+data.mobile1}}><i class="material-icons">message</i></a> 但它不起作用。有人可以帮我吗?

【问题讨论】:

  • 尝试将 "" 用于 ng-href,如果不起作用,也许尝试 ng-href=" ' sms:' + {{data.mobile1}} "
  • 抱歉,您有发送短信的服务吗?
  • 不..我只想打开设备的默认短信应用程序。我尝试了 ng-href=" ' sms:' + {{data.mobile1}} " 。它不起作用。
  • @Vivz 它不工作。
  • @Vivz 谢谢..

标签: angularjs phonegap


【解决方案1】:

你必须通过以下方式绑定到ng-href

ng-href="sms:{{data.mobile1}}"

【讨论】:

    【解决方案2】:
    "sms:{{data.mobile1}}"
    

    应该在引号内。

    更多:https://docs.angularjs.org/api/ng/directive/ngHref

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-02
      • 1970-01-01
      • 2019-03-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多