在Web浏览器控件中显示的页面上的背景图像不会拉伸/适合 - Wp7

时间:2012-05-03 12:52:02

标签: windows-phone-7 webbrowser-control

我正在构建一个带有网络浏览器控件的应用,其中包含一个移动平台自定义页面。该页面上的背景图像应自动适合窗口。它在普通浏览器中访问URL时会这样做。但是当在Web浏览器控件中显示该页面时,它不适合Web浏览器窗口。

网络浏览器控件与屏幕尺寸相匹配。脚本我设置为允许控件。 WebView for android正确显示页面。

enter image description here

1 个答案:

答案 0 :(得分:0)

我的App.xaml.cs您必须发表评论

  //Application.Current.Host.Settings.EnableFrameRateCounter = true
  //Application.Current.Host.Settings.EnableRedrawRegions = true
  //Application.Current.Host.Settings.EnableCacheVisualization = true  

你会在公共App()中找到它。