Currently i am developing cordova(3.6) application running on ios 8.1.
Cameraplugin always returns the error message given below.
THREAD WARNING: ['Camera'] took '613.226807' ms. Plugin should use a background thread.
Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
How to fix this issue?