|
方法二:在一个本地网页中添加需测试的Deeplink超链接 1 2 3 4 5 6 7 8 9 10 11 12 13 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script type="text/javascript">
window.location.href="hap://app/com.huawei.quickapp/Detail?source=net&name=aa";
</script>
</body>
</html>
|
https://developer.huawei.com/consumer/cn/forum/topicview?tid=0203357572509390834&fid=18 用了当前网址的例子 UC 无法跳转到快应用. 必须使用点击的方法才能实现 |