@baas-capacitor/in-app-browser
v0.0.4
Published
In App Browser Plugin - Show web resources inside of your app without leaving your app
Downloads
5
Readme
@baas-capacitor/in-app-browser
In App Browser Plugin - Show web resources inside of your app without leaving your app
Install
npm install @baas-capacitor/in-app-browser
npx cap sync
API
open(...)
open(options: InAppBrowserOpenOptions) => Promise<void>
| Param | Type |
| ------------- | --------------------------------------------------------------------------- |
| options
| InAppBrowserOpenOptions |
close()
close() => Promise<void>
Interfaces
InAppBrowserOpenOptions
| Prop | Type |
| ----------------- | ------------------- |
| url
| string |
| accentColor
| string |