capacitor-second-display
v1.0.0
Published
Capacitor-second-display is a custom plugin for Android to show web content on second displays of devices
Readme
capacitor-second-display
Capacitor-second-display is a custom plugin for Android to show web content on second displays of devices
Install
npm install capacitor-second-display
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
showOnSecondScreen(...)
showOnSecondScreen(options: { url: string; }) => Promise<void>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
