cordova-plugin-themeablebrowser icon indicating copy to clipboard operation
cordova-plugin-themeablebrowser copied to clipboard

ionic4 insertCss does not work

Open asterism612 opened this issue 5 years ago • 2 comments

How to solve?

asterism612 avatar May 09 '19 08:05 asterism612

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";

Sunny41 avatar Sep 05 '19 07:09 Sunny41

Are you opening your browser with _blank attribute?

shockingResident avatar Jan 22 '20 10:01 shockingResident