Hello Everyone,
I'm making a mobile app where I want is, that when I click on Start button then a timer should start for eg 00:00:01,00:00:02, 00:00:03, 00:00:04, 00:00:05, 00:00:06, 00:00:07, etc and when again I click on stop button then it should stop and should show total time taken.
I searched many links and documentations but didn't find any.
Please help me with these query.
Hello
Have you checked this Forge Asset
https://www.outsystems.com/forge/component-overview/3975/stopwatch-mobile
You can also search for Stopwatch Javascrip here
You just have to modify the code according to your requirements
Hope this helps
Thanks
Hi,
I have created stop watch in reactive web using JavaScript ,I share my oml file maybe it's help you to understand the logic.