Skip to content

dtarnawsky/capacitor-print-webview

Repository files navigation

capacitor-print-webview

CapacitorPrintWebview Capacitor Plugin

Install

npm install capacitor-print-webview
npx cap sync

Usage

Calling print() will print the webview.

import { PrintWebview } from 'capacitor-print-webview';
...
await PrintWebview.print();

API

print()

print() => Promise<void>

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published