gpt4 book ai didi

javascript - 使用 ng-href 打开短信应用

转载 作者:行者123 更新时间:2023-11-27 23:20:13 24 4
gpt4 key购买 nike

我想知道如何使用 ng-href 打开 SMS 应用程序。当我使用

href="sms:?body=text"

它会在我的移动设备上打开 SMS 应用程序。但是如果我使用

ng-href="sms:?body=text"

它不会在我的设备上打开短信应用程序。我尝试用鼠标悬停在超链接上,它显示了一条文本/消息“不安全:短信?正文”您可以查看下图以供引用

enter image description here

最佳答案

如果您有对 ng-app 对象的引用,通常可以在 Angular 应用程序代码的开头附近找到它。

您可以使用此代码:

yourapp.config( ['$compileProvider', function( $compileProvider ) {   
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|sms|chrome-extension):/);
}
]);

希望这对您有所帮助!

关于javascript - 使用 ng-href 打开短信应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41497944/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com