EddyVerbruggen / HeadsetDetection-PhoneGap-Plugin

:headphones: A PhoneGap plugin for detection of a headset (wired or bluetooth)
34 stars 27 forks source link

<Warning> Plugin should use a background thread #6

Open elgerlambert opened 8 years ago

elgerlambert commented 8 years ago

Hi @EddyVerbruggen,

I've notices iOS logs the following in relation to this plugin. THREAD WARNING: ['HeadsetDetection'] took '27.634766' ms. Plugin should use a background thread.

Here's a SO post in relation to running in a background thread that might be of use: http://stackoverflow.com/questions/22382260/how-to-run-cordova-plugins-in-the-background

Perhaps it's something you could look into to.

Cheers