Cordova shows an warning as “ THREAD WARNING: [Your function] took [n] ms. ” in iOS
问题 "THREAD WARNING: ['Console'] took '81.661865' ms. Plugin should use a background thread." While running iOS Phonegap project. Similarly for some of the remaining plugins like geolocation and filesystem. As I am new to Phonegap ,can please anyone tell me how can I run the plugin on background thread. I have checked this also. Can we ignore this thread warning or is it related to memory issue in iOS Phone-gap thanks 回答1: As per this. solved my warning issue I found warning can be ignored .But