尝试在Windows Phone上使用PhoneGap 2.5启动InAppBrowser时,如下所示:
window.open(url, '_blank', 'location=yes');
发生NullReferenceException。
答案 0 :(得分:1)
根据Rohit's solution at the Google Groups discussion,解决方案是在InAppBrowser.cs文件中注释掉导致NullReferenceException的代码行,这一行:
WebBrowser br = (page.FindName("CordovaView") as CordovaView).Browser;