DavidBriglio/cordova-banner-notification

Thread warning

Opened this issue · 0 comments

When executing a banner notification (.show) an xcode warning comes up as

THREAD WARNING: ['Banner'] took '~16' ms. Plugin should use a background thread.

I have tried implementing the background thread, but surrounding the library calls in a delegate delays the banner a long time.

I am leaving this for now since 16 ms is not a significant amount, but it should be noted.