@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
56
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 syncAPI
open(...)
open(options: InAppBrowserOpenOptions) => Promise<void>| Param | Type |
| ------------- | --------------------------------------------------------------------------- |
| options | InAppBrowserOpenOptions |
close()
close() => Promise<void>Interfaces
InAppBrowserOpenOptions
| Prop | Type |
| ----------------- | ------------------- |
| url | string |
| accentColor | string |
