Quantcast
Channel: PipisCrew Official Homepage
Viewing all articles
Browse latest Browse all 11347

One weird trick for turning your HTML/JS website into a smartphone app

$
0
0

We’re very excited about Installable Web Apps, as they bridge the gap between native and web apps in a most elegant way: they allow you to build applications using the full web stack that run in the browser as well as outside of it, without sacrificing crucial functionality like hyperlinking, and without the need for app stores or gatekeepers. All these by adding a manifest.json to your website, https required.

<link rel="manifest" href="/manifest.json">

https://dev.opera.com/articles/installable-web-apps/

manifest generator – https://brucelawson.github.io/manifest/

src – http://kizu514.com/blog/manifest-json/


Viewing all articles
Browse latest Browse all 11347

Trending Articles