H5 打开App
Posted 贝尔塔猫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H5 打开App相关的知识,希望对你有一定的参考价值。
1、sheme解决方案:只能在safari浏览器打开,并且必须App安装的情况下。ios必须配置为 "yidiandai://" 才可以。
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body style="height: 100%; width: 100%; background: red"> <input style="width:250px;height:250px;" type="button" value="点击一下" onclick="window.location.href = ‘yidiandai://‘" /> </body> </html>
2、用另外一种方案就是直接打开appstore的下载链接,如果他下载了,就可以在appstore里打开,没下载的话,就点击下载
以上是关于H5 打开App的主要内容,如果未能解决你的问题,请参考以下文章