0.2.0 • Published 9 months ago

@kduma-autoid/capacitor-webview-watchdog v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@kduma-autoid/capacitor-webview-watchdog

Handles situation when there is no WebView installed on user device or app crashes before loading

Install

npm install @kduma-autoid/capacitor-webview-watchdog
npx cap sync

API

ping()

ping() => Promise<void>

Ping the watchdog.

Since: 0.0.1


start()

start() => Promise<void>

Start the watchdog.

Since: 0.0.1


stop()

stop() => Promise<void>

Stops the watchdog.

Since: 0.0.1


0.2.0

9 months ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago