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] 开发过程中有使用过devtools吗?
haizhilin2013
·
3
Comments
[vue] vue性能的优化的方法有哪些?
haizhilin2013
·
3
Comments
[vue] 说说你对vue组件的设计原则的理解
haizhilin2013
·
3
Comments
[html] 第39天 title与h1、b与strong、i与em的区别分别是什么?
haizhilin2013
·
3
Comments
[vue] vue组件之间的通信都有哪些?
undefinedYu
·
3
Comments
Most helpful comment