Am currently building an app and I want the timer to start only when I click a particular button.
So is there anyway to start timer once a button is clicked? (I don’t want the timer to start as soon as the page loads)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check this post.
Tick Event Handler for your timer
Now on your button click event handler you will do
Hope this helps.