我正在开发 Angular 应用程序
我正在尝试从手机浏览器将我的应用程序共享到 WhatsApp
为此,我使用了下面的代码:
<a *ngIf="WatsappMobile" href="whatsapp://send?text='hello we bring fToss http://ftoss.com/test/index.html#/matchcenter for you . Join our contest with refcode {{userData.referCode}}'" data-action="share/whatsapp/share">Share via Whatsapp</a>