bleeping
coder
Projects
JavaScript
TypeScript
Python
C++
C#
Go
Fe-interview: [html] 第185天 HTML5如何唤醒APP?
Created on 17 Oct 2019
·
2
Comments
·
Source:
haizlin/fe-interview
第185天 HTML5如何唤醒APP?
html
Source
Most helpful comment
有以下几种方式
URL Scheme:最常见
Intent: // :Android
Universal Link : iOS, 通过传统的 HTTP 链接即可打开 APP
唤醒途径
iframe的src
a标签的src
window.location
参考资料:
链接
附一个
URL Scheme大全
All 2 comments
url scheme,不过微信里面不支持,微信把这个禁用了
有以下几种方式
URL Scheme:最常见
Intent: // :Android
Universal Link : iOS, 通过传统的 HTTP 链接即可打开 APP
唤醒途径
iframe的src
a标签的src
window.location
参考资料:
链接
附一个
URL Scheme大全
Was this page helpful?
0
/ 5 -
0
ratings
Related issues
[vue] 你有使用过babel-polyfill模块吗?主要是用来做什么的?
haizhilin2013
·
3
Comments
[vue] watch怎么深度监听对象变化
haizhilin2013
·
3
Comments
[vue] prop验证的type类型有哪几种?
haizhilin2013
·
3
Comments
[vue] vue组件之间的通信都有哪些?
undefinedYu
·
3
Comments
[vue] 开发过程中有使用过devtools吗?
haizhilin2013
·
3
Comments
Most helpful comment