Salve ho messo un widget meteo in un form, con un oggetto webBrowser, il widget funziona ma
non si vedono le animazioni svg, visibili chiaramente in altro broswer al di fuori del form
di seguito il codice vb :
WebBrowser1.Navigate("file:///C:/meteo/meteo.html")
e di seguito il file meteo.html codice :
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Meteo</title>
</head>
<body id="regular_layout">
<iframe src="https://www.meteoblue.com/it/tempo/widget/three/ro_italia_3169220?geoloc=fixed&nocurrent=0&noforecast=0&days=4&tempunit=CELSIUS&windunit=KILOMETER_PER_HOUR&layout=image" frameborder="0" scrolling="NO" allowtransparency="true" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" style="width: 460px; height: 595px"></iframe><div><!-- DO NOT REMOVE THIS LINK --><a href="https://www.meteoblue.com/it/tempo/settimana/ro_italia_3169220?utm_source=weather_widget&utm_medium=linkus&utm_content=three&utm_campaign=Weather%2BWidget" target="_blank" rel="noopener">meteoblue</a></div>
</body>
</html>
Come faccio a far vedere le immagini svg ? Grazie per l'aiuto