ionic-inapp-browser-2
v0.0.1
Published
Custom plugi for in app browser to control android hardware back button and set view to full screen
Downloads
20
Readme
ionic-inapp-browser-2
Custom plugi for in app browser to control android hardware back button and set view to full screen
Install
npm install ionic-inapp-browser-2
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>