Handles situation when there is no WebView installed on user device or app crashes before loading
npm install @kduma-autoid/capacitor-webview-watchdog
npx cap sync
ping() => Promise<void>
Ping the watchdog.
Since: 0.0.1
start() => Promise<void>
Start the watchdog.
Since: 0.0.1
stop() => Promise<void>
Stops the watchdog.
Since: 0.0.1