Windows Phone上的PhoneGap 2.5 InAppBrowser NullReferenceException

时间:2013-04-09 16:09:28

标签: windows-phone-7 cordova

尝试在Windows Phone上使用PhoneGap 2.5启动InAppBrowser时,如下所示:

window.open(url, '_blank', 'location=yes');

发生NullReferenceException。

1 个答案:

答案 0 :(得分:1)

根据Rohit's solution at the Google Groups discussion,解决方案是在InAppBrowser.cs文件中注释掉导致NullReferenceException的代码行,这一行:

WebBrowser br = (page.FindName("CordovaView") as CordovaView).Browser;