initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

Ionic 3: insert CSS #164

Open nyffellare opened 6 years ago

nyffellare commented 6 years ago

Greetings,

Is it possible that the insert css is not working? I try to inject some code to disable the website his navbar but it isn't working. When I use google chrome dev option ans add the line it works there (also in mobile view).

My code is

const browser: ThemeableBrowserObject = this.themeableBrowser.create(url, '_self', options); browser.insertCss({ code: ".navbar-fixed-top {display: none !important;}" }); browser.reload();

Can somebody help me?

Thanks in advance!

asterism612 commented 5 years ago

any idea?