JSPM

  • Created
  • Published
  • Downloads 36106
  • Score
    100M100P100Q164360F
  • License Unlicense

PWA install dialog provide more convenience user experience and fix lack of native dialogs in some browsers.

Package Exports

  • @khmyznikov/pwa-install

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@khmyznikov/pwa-install) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Published on NPM

<pwa-install>

Installation dialog for Progressive web component. Provides more convenience user experience and fix lack of native dialogs in some browsers.

Install

npm i @khmyznikov/pwa-install

Alternatively, you can use unpkg.

Import

import '../node_modules/@khmyznikov/pwa-install/dist/bundle.js';

Use

<pwa-install></pwa-install>

Demo

Supported params

<pwa-install       
  manifest-url="/manifest.json">
</pwa-install>

ROADMAP

  • more params to support
  • methods and events for JS

This is very first version, more changes comming soon.