@violetinfosystems/capacitor-app-autorestart
v1.0.2
Published
Capacitor plugin to auto-restart the app on Android if killed.
Downloads
8
Maintainers
Readme
Capacitor App AutoRestart (Android Only)
This plugin allows your Capacitor Android app to restart automatically if killed (swipe or OS).
Install
npm install @violetinfosystems/capacitor-app-autorestart
npx cap syncUsage
import { AppAutoRestart } from '@violetinfosystems/capacitor-app-autorestart';
// Enable auto-restart
await AppAutoRestart.enableAutoRestart();Only works on Android. iOS does not allow auto-restart after swipe kill.
