Is there any shortcut which would enable us to directly use a named / dynamic iOS color within a WebView?
I mean, the iOS knows all named colors - why not inject those into the webview?
This is what I tried and which failed to work:
<div style="color:systemBackground">Test</div>
I know that HTML and app assets are two different domains, but maybe someone knows an elegant shortcut.
I guess it could be a 2-step process. The 2nd step would replace web colors with dynamic / named colors: