I can change webview background color outside of the html file with WebView1.Color = Colors.xxxx.
Is there a way to also change webview default text color similarly outside of the html file?
I want to give users the option of either black text on white or white text on black and would rather not maintain two html versions.
Is there a way to also change webview default text color similarly outside of the html file?
I want to give users the option of either black text on white or white text on black and would rather not maintain two html versions.