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.
The
WebBrowsercontrol has anIsScriptEnabledproperty that you must set totrueto be able to use Javascript.