mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(in-app-browser): insertCSS example update
docs(in-app-browser): insertCSS example update
This commit is contained in:
commit
39017df2e3
@ -170,7 +170,12 @@ export class InAppBrowserObject {
|
||||
* const browser = this.iab.create('https://ionicframework.com/');
|
||||
*
|
||||
* browser.executeScript(...);
|
||||
*
|
||||
* browser.insertCSS(...);
|
||||
* browser.on('loadstop').subscribe(event => {
|
||||
* browser.insertCSS({ code: "body{color: red;" });
|
||||
* });
|
||||
*
|
||||
* browser.close();
|
||||
*
|
||||
* ```
|
||||
|
Loading…
Reference in New Issue
Block a user