I went through many solutions on stackoverflow regarding the same but still my concept is not clear.
What I understood is it should be kept false when there is no activity to be called from device ready's linked function. i.e
document.addEventListener("deviceready", onDeviceReady, false);
Here in onDeviceReady function if there is no activity to be called then only it should be kept as false. Tell me whether i am correct or not ?.
If not then please correct me in simple words.
I came to know that the third parameter is called as
useCapture