Creating [object] in a different context than the calling function.
Jumaat, 19 Ogos 2016, 10:13 pm0 Creating [object] in a different context than the calling function. This warning occured when a JS callback function is passed to Objective-C as KrollCallback and then executed on non-JS thread. Problem with this warning is, if the JS callback create Ti.Network.HTTPClient instance, then that instance is null. To fix, […]