cordova - XMLHTTPRequest completes but throws error message under PhoneGap and IOS 8 "Connection Failed" -


anyone seen "connection failed" message phonegap application running under new ios 8 while making xmlhttprequest takes longer 10ms? have app works fine under ios 7 caveat in xcode can see thread warning messages @ least not throw dialog every call user has close continue while has updated ui behind popup dialog. thread warning: ['notification'] took '31.723145' ms. plugin should use background thread. not sure if there can done, i'm using standard xmlhttprequest async call.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -