Are you using WebBrowser in VB.NET to display the page? If so, I think the issue might be caused by that WebBrowser in VB.NET doesn't use IE 11 by default. I try to add this line in the first line of Sample.htm <head>
, then it can work with WebBrowser in VB.NET:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
The result is like below:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…