0
你好我有一個問題白衣離子,我有一個鏈接發送一個whatsapp的按鈕,爲android完美的作品。但是IOS並沒有公開對話。離子 - 發送一個whatsapp不工作,只在IOS
這是我的代碼:
HTML:
<a [href]=「makeUrl(propiedad)」>
<button class=「button-footer」>
<ion-icon class=「icon-footer」 name=「logo-whatsapp」>
</button>
JS:
this.trustedDashboardUrl = this.sanitizer.bypassSecurityTrustResourceUrl(「whatsapp://send?text=hello&phone=」+AppSettings.whatsapp+"&abid="+AppSettings.whatsapp);
return this.trustedDashboardUrl;
CONFIG XML:
<access launch-external=「yes」 origin=「whatsapp:" />
<allow-intent href="whatsapp:」 />
在Android的作品,但在IOS平臺上無法正常工作,如果你沒有保存的聯繫人該插件不起作用,我需要它被髮送給任何人 –