7.0.1 • Published 5 months ago

@webnativellc/capacitor-print-webview v7.0.1

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

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>

7.0.1

5 months ago

7.0.0

5 months ago