3D Touch for iOS 9 Web App on Home Screen?

583 views Asked by At

iOS 9 continues the trend to support web apps via their limited tag support as defined here:

https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

And additionally it is possible to implement functionality such as event listeners for touchstart / touchmove / touchend events. Example code here: https://github.com/freinbichler/3d-touch/blob/master/3dtouch.js

But, is it possible to expose and define peek and pop functionality or other Quick Actions (App Shortcuts) options for a web app icon on the home screen?

0

There are 0 answers