简体   繁体   中英

Windows Phone 8 - WebBrowser Control does not perform ajax refresh

I am using a webbrowser control in my app. The control does not perform at all with ajax refresh panels, almost like it is preventing the partial-refresh to load. Is there something I am missing with this control? I really need it to work as part of my solution.

Scripts are disabled by default on the WebBrowser control. Did you set the IsScriptEnabled to true ?

<phone:WebBrowser x:Name="browser" IsScriptEnabled="True" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM