C# Windows Phone的WebBrowser中不支持占位符

C# Windows Phone的WebBrowser中不支持占位符,c#,xaml,windows-phone-7,C#,Xaml,Windows Phone 7,我正在使用WebBrowser在我的应用程序中显示登录页面。问题是,它不支持占位符!但它在我手机的Internet Explorer中看起来不错。 有什么问题吗 这是我用来创建WebBrowser的xaml代码 <phone:WebBrowser IsScriptEnabled="True" LoadCompleted="UriContentLoaded" x:Name="browserControl" /> 如何更改浏览器版本(即internet Explorer 10)?

我正在使用WebBrowser在我的应用程序中显示登录页面。问题是,它不支持占位符!但它在我手机的Internet Explorer中看起来不错。 有什么问题吗

这是我用来创建WebBrowser的xaml代码

<phone:WebBrowser IsScriptEnabled="True" LoadCompleted="UriContentLoaded" x:Name="browserControl" />

如何更改浏览器版本(即internet Explorer 10)? 提前谢谢