mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-26 07:01:14 +08:00
docs(): Update inappbrowser.ts (#376)
This commit is contained in:
parent
aa51c03c5c
commit
5506e8a2e2
@ -71,6 +71,9 @@ export interface InAppBrowserRef {
|
|||||||
})
|
})
|
||||||
export class InAppBrowser {
|
export class InAppBrowser {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Opens a URL in a new InAppBrowser instance, the current browser instance, or the system browser.
|
* Opens a URL in a new InAppBrowser instance, the current browser instance, or the system browser.
|
||||||
* @param url The URL to load.
|
* @param url The URL to load.
|
||||||
@ -79,6 +82,21 @@ export class InAppBrowser {
|
|||||||
* The options string must not contain any blank space, and each feature's
|
* The options string must not contain any blank space, and each feature's
|
||||||
* name/value pairs must be separated by a comma. Feature names are case insensitive.
|
* name/value pairs must be separated by a comma. Feature names are case insensitive.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name InAppBrowser
|
||||||
|
* @description
|
||||||
|
* @usage
|
||||||
|
* ```typescript
|
||||||
|
* import { InAppBrowser } from 'ionic-native';
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* InAppBrowser.open(url, target, options);
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* ```
|
||||||
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
sync: true
|
sync: true
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user