Skip to content

Instantly share code, notes, and snippets.

@mlabieniec
Last active October 28, 2018 18:05
Show Gist options
  • Save mlabieniec/db50a178ced39a7aba8be65c6c699c2c to your computer and use it in GitHub Desktop.
Save mlabieniec/db50a178ced39a7aba8be65c6c699c2c to your computer and use it in GitHub Desktop.
iOS PWA Install Notification HTML
<div class="content">
Install this app on your device.
<br/>Tap the share icon and then <br/><strong>Add to homescreen</strong>.
<div class="full-width"><mat-icon>arrow_downward</mat-icon></div>
</div>
<button class="btn-close" mat-icon-button (click)="close()" aria-label="Close">
<mat-icon>close</mat-icon>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment