Hi,
My project was working fine unit i upgraded EO.WebBrowser v20.3.63 to EO.WebBrowser v21.3.18. I'am facing an exception when running this code.
// script is jquery.min.js content string.
WebView.WebView.EvalScript(script);
the exception i returned is:
line 3, col 3694 - 3695: Uncaught TypeError: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment.
Can you guide me how to rectify the problem.