web applications - 3D Touch for iOS 9 Web App on Home Screen? -
ios 9 continues trend support web apps via limited tag support defined here:
and additionally possible implement functionality such event listeners touchstart / touchmove / touchend events. example code here: https://github.com/freinbichler/3d-touch/blob/master/3dtouch.js
but, possible expose , define peek , pop functionality or other quick actions (app shortcuts) options web app icon on home screen?
Comments
Post a Comment