Apply CSS to dynamically loaded HTML
-
I load some HTML content via HTTP and render it with v-html into a div container.
I have some CSS that styles classes from that dynamically loaded HTML. In the browser this all is good and works but when I wrap the app with cordova an use it on the phone, the CSS seems to either not be there at all or just does not get applied to the dynamically loaded HTML.
Has anybody an idea why that would be?
-
This is most likely a cordova issue.