只要加入一行 css 样式就行了

html, body
{
  -ms-content-zooming:none;    
}
 
MSDN:https://msdn.microsoft.com/library/hh771891(v=vs.85).aspx
 
用 WebView.NavigateToString(string)的时候
外面包个 DIV  就可以了 
string = "<body style=\"-ms-content-zooming:none;\" >" + string + "</div>";

 

 

 

相关文章:

  • 2021-08-15
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2020-06-20
  • 2022-01-20
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案