Fix routing during animation
This commit is contained in:
@@ -29,7 +29,6 @@ The default app is the installable messaging PWA. Other useful commands:
|
||||
npm run build # packages, declarations, demo, and service worker
|
||||
npm test # core transaction tests
|
||||
npm run test:e2e # desktop and mobile Playwright projects
|
||||
npm run pwa:preview # production PWA on every local network interface
|
||||
npm run electron # build and launch the Electron host
|
||||
npm run cap:sync # build and synchronize iOS and Android projects
|
||||
```
|
||||
@@ -38,7 +37,7 @@ Native projects live under `apps/capacitor/ios` and `apps/capacitor/android`. Op
|
||||
|
||||
### Test the installed iOS PWA
|
||||
|
||||
Build and serve the production app with `npm run pwa:preview`, expose it through an HTTPS URL, and open that URL on the iPhone. Safari requires a secure context for the service worker; a plain LAN `http://` address is not sufficient. Choose **Share → Add to Home Screen**, then launch **NVR Messenger** from its Home Screen icon.
|
||||
Run the normal `npm run dev` command, expose its printed network address through an HTTPS URL, and open that URL on the iPhone. The development server includes the PWA service worker and already listens on the local network. Safari still requires a secure context for the service worker; a plain LAN `http://` address is not sufficient. Choose **Share → Add to Home Screen**, then launch **NVR Messenger** from its Home Screen icon.
|
||||
|
||||
The Navigation Lab reports `Standalone`, `ready`, and `App reserved` when the correct environment is active. Open a conversation and drag from the extreme left edge. The “Leading-edge touches claimed” counter should increment while the router renders its live predictive-back view.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user