我正在创建一个 PhoneGap 应用程序,该应用程序在最初安装时运行良好,但在第二次加载时出现错误。错误是“发生未知错误。错误 80020101。” 尝试调用 nativeReady 时发生错误。
我知道这个错误在 IE 中很常见(这只发生在 WP8 中,不会在任何其他移动操作系统中发生),这意味着存在语法错误。所以我需要知道是什么原因造成的。我已经尝试在标记中动态加载脚本,但都没有奏效。
首次启动的控制台日志:
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.ni.dll
A first chance exception of type 'System.IO.IsolatedStorage.IsolatedStorageException' occurred in mscorlib.ni.dll
Updating IsolatedStorage for APP:DeviceID :: ea767f9b-c9d2-441d-9d41-9e7f92ddbde0
ScriptNotify :: Installed console!
About to load cordova
Detected Cordova
CordovaBrowser_LoadCompleted
About to load cordova
Detected Cordova
第二次启动的日志:
ScriptNotify :: Installed console!
CordovaBrowser_LoadCompleted
About to load cordova
A first chance exception of type 'System.SystemException' occurred in Microsoft.Phone.Interop.ni.dll
Error calling js to fire nativeReady event. Did you include cordova.js in your html script tag?
任何帮助,将不胜感激。