How can I achieve that eg. the following HTML code displays an image in a Maui webview in the Android emulation?
<!DOCTYPE html><HTML>
<BODY>
<H1>.NET MAUI</H1>
<P>Welcome to Yahoo.</P>
<img src="https://s.yimg.com/rz/p/yahoo_homepage_en-US_s_f_p_bestfit_homepage.png" alt="Yahoo Image">
</BODY>
</HTML>
Are there any settings to be made to the webview?