A library that brings App-like navigation to PWAs and Web Apps.
This package provides routers that emulate Sheets, Dialogs, Tabs and Stack-based navigation.
npm install svelte-pwa-navigation
Recommended viewport meta tag for your web application:
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
/>
Checkout the mixed demo for an example showcasing the capabilities of this library!