I want to measure elapsed time between a press of a start button and the press of a finish button. Can anyone give me an idea of the best way to achieve it?
I want to measure elapsed time between a press of a start button and the press of a finish button. Can anyone give me an idea of the best way to achieve it?
Hello Simon,
You may try to achieve this with some JS logic: http://www.w3schools.com/jsref/jsref_... or with some appropriate phonegap plugin.