PhoneGap中文网

 找回密码
 立即注册
查看: 11983|回复: 1
打印 上一主题 下一主题

ionic调SMS插件遇到的一些问题

[复制链接]

1

主题

1

帖子

5

积分

新手上路

Rank: 1

积分
5
跳转到指定楼层
楼主
发表于 2015-8-21 13:58:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
html页面代码:
<ion-item ng-repeat="member in members|filter:search" class="item item-avatar">
                            <img ng-src="{{member.avatarUrl}}">
                            <h2>{{member.name}}</h2>
                                    <p>{{member.gender}}/{{member.age}}/{{member.mobile}}</p>
                                   <ion-option-button class="button-calm ion-ios-email-outline" ng-click="send(member.mobile)">
                            </ion-option-button>


controller部分代码:
document.addEventListener("deviceready",function(){
        var options = {
            replaceLineBreaks: false, // true to replace \n by a new line, false by default
            android: {
            intent: 'INTENT'  // send SMS with the native android SMS messaging
                    //intent: '' // send SMS without open any other app
                }
            };
        $cordovaSms
          .send('member.mobile', 'content', options)
          .then(function() {
             alert("Success! SMS was sent")
          }, function(error) {
            // An error occurred
          });
      });


请问send()中怎么动态传递人员号码啊?member.mobile不管用
回复

使用道具 举报

52

主题

528

帖子

1652

积分

金牌会员

Rank: 6Rank: 6

积分
1652
沙发
发表于 2015-8-22 13:11:33 | 只看该作者
你插件helloword整明白了没有
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

ionic4视频教程

Archiver|手机版|小黑屋| PhoneGap中文网 ( 京ICP备13027796号-1 )  

GMT+8, 2024-11-22 11:28 , Processed in 0.052603 second(s), 33 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表