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:

https://developer.apple.com/library/ios/documentation/appleapplications/reference/safariwebcontent/configuringwebapplications/configuringwebapplications.html

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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -