Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 双击列表项时Cordova应用程序中的访问冲突_Angularjs_Cordova_Windows Phone 8.1_Access Violation_Mshtml - Fatal编程技术网

Angularjs 双击列表项时Cordova应用程序中的访问冲突

Angularjs 双击列表项时Cordova应用程序中的访问冲突,angularjs,cordova,windows-phone-8.1,access-violation,mshtml,Angularjs,Cordova,Windows Phone 8.1,Access Violation,Mshtml,我们正在使用AngularJS创建Cordova应用程序。在Windows Phone 8.1上,双击列表项时应用程序崩溃。调试“仅脚本”时,应用程序将消失,并在输出窗口中留下访问冲突消息。将调试设置为本机时,我在MSHTML.DLL中获得一个访问冲突异常,并具有以下堆栈跟踪: MSHTML.DLL!CDMTouchTarget::SetTag(struct IUnknown *,unsigned int) Unknown MSHTML.DLL!CIndependentHitTestManage

我们正在使用AngularJS创建Cordova应用程序。在Windows Phone 8.1上,双击列表项时应用程序崩溃。调试“仅脚本”时,应用程序将消失,并在输出窗口中留下访问冲突消息。将调试设置为本机时,我在MSHTML.DLL中获得一个访问冲突异常,并具有以下堆栈跟踪:

MSHTML.DLL!CDMTouchTarget::SetTag(struct IUnknown *,unsigned int) Unknown
MSHTML.DLL!CIndependentHitTestManager::HitTestPointer(struct HWND__ *,unsigned int,long) Unknown
MSHTML.DLL!CIndependentHitTestManager::IndependentHitTestWndProc() Unknown
MSHTML.DLL!CIndependentHitTestManager::s_IndependentHitTestWndProc() Unknown
MINUSER.DLL!Core::Yield::WndProc(struct Core::FunctionPointer,struct Core::WindowHandle,struct Core::WindowMessage,struct Core::WParam,struct Core::LParam) Unknown
MINUSER.DLL!Core::Window::DeliverMessage() Unknown
MINUSER.DLL!Core::ThreadInfo::ReceiveSentMessage(void) Unknown
MINUSER.DLL!Core::ThreadInfo::ReadMessageEntryWorker() Unknown
MINUSER.DLL!Core::ThreadInfo::ReadMessageEntry(class Core::MessageFilter *) Unknown
MINUSER.DLL!Core::Api::gggGetMessageW(struct Core::MsgStruct *,struct Core::WindowHandle,struct Core::WindowMessage,struct Core::WindowMessage) Unknown
MINUSER.DLL!minGetMessageW() Unknown
MSHTML.DLL!CIndependentHitTestManager::IndependentHitTestThreadProc() Unknown
MSHTML.DLL!CIndependentHitTestManager::s_IndependentHitTestThreadProc(void *) Unknown
NTDLL.DLL!RtlUserThreadStart() Unknown
我不知道要进一步研究什么。以前有人经历过吗