Hi,
I have some questions about Cordova plugins for iOS. It seems to me that Cordova APIs don't work fine if they are called within a callback function of Cordova API. This phenomenon happens on iOS but doesn't happen on Android. Strangely, Cordova APIs work fine even if they are called within a callback function of Cordova API, if they are wrapped within a setTimeout function. Does anybody have information about this? Thank you. Minoru