如何使用 JavaScript 为 Web 应用程序添加 Android 书签?
有没有办法使用 JavaScript 从 Android Web 应用程序中创建“添加到主页”?
执行此操作的标准方法很复杂:
- 将页面添加为书签
- 转到主屏幕
- 长按空白处以调出“添加到主屏幕” 菜单
- 选择“快捷方式”
- 选择“书签”
- 选择您的书签
谢谢-
Is there a way to create an "Add to homepage" from within an Android web app using JavaScript?
The standard way to do this is complicated:
- Bookmark the page
- Go to the home screen
- Long-press in an empty space to bring up the “Add to Home Screen”
menu - select “Shortcuts”
- select “Bookmark”
- choose your bookmark
Thanks-
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法从网页添加到网页的快捷方式,因为浏览器无法识别执行此操作所需的意图方案。
There is no way you can add a shortcut to your webpage from your webpage as the browser does not recognise the intent scheme which is necessary to perform this.