简体   繁体   中英

Activate javaScript in Windows Phone App

I#m working on a Windows Phone App in Visual Studio, which displays a Webbrowser (similar to a Webview from Android or iOS). But this webbrowser cant run javascript? I suppose that it is like in eclipse, where I have to specific activate this function, but how could it be done?

Thanks.

WebBrowser控件具有IsScriptEnabled属性,必须将其设置为true才能使用Javascript。

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