2015-06-16 6 views
8

के लिए कनेक्शन नहीं देखा है हमने हाल ही में वर्कलाइट 5.0.6 से मोबाइलफास्ट 7.0 तक हमारे मोबाइल ऐप को अपडेट किया है। अपडेट से पहले, हमने जेएसओएन स्टोर के साथ कॉर्डोवा के मुद्दों के कारण 4.4 और उससे ऊपर का समर्थन नहीं किया था। अब, हम एंड्रॉइड के नए संस्करणों का समर्थन कर रहे हैं।निर्धारित नहीं किया जा सकता दृश्यता() ने कभी भी पीआईडी ​​

एप्लिकेशन सभी आईओएस उपकरणों और एंड्रॉइड 4.x उपकरणों पर बहुत अच्छा काम करता है। एंड्रॉइड 5 और उसके बाद, मुझे हमारे लॉगिन बटन पर क्लिक करने पर एक सफेद स्क्रीन का सामना करना पड़ रहा है।

$("#loginButton").on("click", function(e) { 
    e.preventDefault(); 

    $('#realmPopupMenu').popup("open"); 
}); 

एंड्रॉयड लॉग में, मैं यह त्रुटि देख रहा हूँ:

06-18 07:34:57.329: W/AmazonAppstore.AppManagerAndroidPackageDelegate(2325): Unable to determine asin for package com.MyGPCMobile. Skipping metadata update. 
06-18 07:34:58.709: W/AmazonAppstore.AppManagerAndroidPackageDelegate(2325): Unable to determine asin for package com.MyGPCMobile. Skipping metadata update. 
06-18 07:35:02.129: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:02.529: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:03.469: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:10.879: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:11.769: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:30.579: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : TmpFile exists /data/smart_stay_hash.dmc 
06-18 07:35:30.579: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : FIXED OR NOT : difference 300.376667 
06-18 07:35:30.579: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : TmpFile making start /data/smart_stay_hash.dmc 
06-18 07:35:30.589: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : TmpFile making end /data/smart_stay_hash.dmc 
06-18 07:35:30.589: D/DMCFaceEngine(919): caSmartDP_SmartStay : [5.000000] determine[300] result [-1] 
06-18 07:35:35.919: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:35.929: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:38.739: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:39.689: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 
06-18 07:35:39.699: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501 

क्या एंड्रॉयड 5 संस्करण और इसके बाद के संस्करण पर यह त्रुटि उत्पन्न कर रहा है?

+0

वह कोड स्निपेट और एकल लॉग लाइन सहायता नहीं कर रही है। यदि आप इसे अपने ऐप के बाहर पुन: उत्पन्न करने में सक्षम हैं - कृपया उसे (= प्रोजेक्ट) प्रदान करें। साथ ही, पूर्ण LogCat प्रदान करें। –

+0

इडान ने आपको प्रोजेक्ट –

+0

का ड्रॉपबॉक्स लिंक भेजा है क्या आप पूर्ण लॉगकैट प्रदान कर सकते हैं? –

उत्तर

4

Jquery मोबाइल 1.4.5 में अपडेट किया गया और यह सफेद स्क्रीन समस्या को ठीक कर दिया गया। यह मुद्दा Jquery पॉप संवाद और मोबाइल के साथ था .changepage & mobile.navigate। Jquery मोबाइल के संस्करण को 1.4.5 पर अपडेट करना इसे ठीक किया गया है।

+1

तो अनुमान सही था। ठंडा। खुशी है कि यह हल हो गया। :) –

+0

आपकी सभी मदद के लिए धन्यवाद, इडान! –

संबंधित मुद्दे

 संबंधित मुद्दे