1. 程式人生 > >H5 打開App

H5 打開App

val meta dai 如果 title utf-8 下載鏈接 type 情況下

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