cordova-plugin-themeablebrowser
cordova-plugin-themeablebrowser copied to clipboard
ionic4 insertCss does not work
How to solve?
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";
Are you opening your browser with _blank attribute?