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

ionic4 insertCss does not work #195

Open asterism612 opened 5 years ago

asterism612 commented 5 years ago

How to solve?

Sunny41 commented 4 years ago

I'm facing the same issue. browser.insertCss({code: '.title{font-family: "Custom"; color: white;}'}); Tried aswell: browser.on('loadstop').subscribe(() => { browser.insertCss({code: '.title{font-family: "Custom"; color: white;}'}); });

and with CSS4 "--font-family: "Custom";

shockingResident commented 4 years ago

Are you opening your browser with _blank attribute?