Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/107.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 爱奥尼亚-发送whatsapp不起作用,只在IOS中起作用_Android_Ios_Angular_Ionic Framework_Whatsapp - Fatal编程技术网

Android 爱奥尼亚-发送whatsapp不起作用,只在IOS中起作用

Android 爱奥尼亚-发送whatsapp不起作用,只在IOS中起作用,android,ios,angular,ionic-framework,whatsapp,Android,Ios,Angular,Ionic Framework,Whatsapp,你好,我在爱奥尼亚遇到了一个问题,我有一个按钮,上面有一个链接,可以发送whatsapp,因为android工作得非常好。但IOS并没有开启对话 这是我的代码: HTML: <a [href]=“makeUrl(propiedad)”> <button class=“button-footer”> <ion-icon class=“icon-footer” name=“logo-whatsapp”> </button> this.trustedD

你好,我在爱奥尼亚遇到了一个问题,我有一个按钮,上面有一个链接,可以发送whatsapp,因为android工作得非常好。但IOS并没有开启对话

这是我的代码:

HTML:

<a [href]=“makeUrl(propiedad)”>
<button class=“button-footer”>
<ion-icon class=“icon-footer” name=“logo-whatsapp”>
</button>
this.trustedDashboardUrl = this.sanitizer.bypassSecurityTrustResourceUrl(“whatsapp://send?text=hello&phone=”+AppSettings.whatsapp+"&abid="+AppSettings.whatsapp);
return this.trustedDashboardUrl;
<access launch-external=“yes” origin=“whatsapp:" />
<allow-intent href="whatsapp:” />
配置XML:

<a [href]=“makeUrl(propiedad)”>
<button class=“button-footer”>
<ion-icon class=“icon-footer” name=“logo-whatsapp”>
</button>
this.trustedDashboardUrl = this.sanitizer.bypassSecurityTrustResourceUrl(“whatsapp://send?text=hello&phone=”+AppSettings.whatsapp+"&abid="+AppSettings.whatsapp);
return this.trustedDashboardUrl;
<access launch-external=“yes” origin=“whatsapp:" />
<allow-intent href="whatsapp:” />

我不知道这是否是发送whatsapp消息的正确方式。。。
查看我不知道这是否是发送whatsapp消息的正确方式。。。
检查Android works中的

,但在IOS平台中不起作用,如果您没有保存的联系人插件不起作用,我需要将其发送给Android works中的任何人,但在IOS平台中不起作用,如果您没有保存的联系人插件不起作用,我需要将它发送给任何人此处有相同问题:/此处有相同问题:/