7.0.1 • Published 5 months ago
@webnativellc/capacitor-print-webview v7.0.1
Capacitor Print WebView
Capacitor Plugin for a Print Preview of the WebView. Supports Capacitor 7.
Install
npm install @webnativellc/capacitor-print-webview
npx cap sync
Usage
Calling print()
will print the webview.
import { PrintWebview } from '@webnativellc/capacitor-print-webview';
...
await PrintWebview.print();
API
print()
print() => Promise<void>