标签: ios web-applications ios9 iphone-web-app
iOS 9通过其定义的有限标记支持继续支持网络应用的趋势:
https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html
此外,还可以为touchstart / touchmove / touchend事件实现事件监听器等功能。 示例代码:https://github.com/freinbichler/3d-touch/blob/master/3dtouch.js
但是,是否可以在主屏幕上为Web应用程序图标公开和定义查看和弹出功能或其他快速操作(应用程序快捷方式)选项?