facebook

Need help ( making a CPR clock ) in HTML widget?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #347292 Reply

    Uplink1001
    Member

    Hi
    I am building a basic first aid app ( almost finished)
    But I want to include a CPR clock that counts down from 100 in 60 seconds then re starts.
    Would also like it to ommit a beep everytime on count down.
    Have seen HTML and JavaScript for a normal clock to show on screen with current time
    But can’t find a wau to get what I want to do as above.
    Anyone have an example, or could anyone guide my to the right resources?

    Uplimk101
    Also have my first app now on iTunes, this is a paid app,
    Would it be worth adding a free lite version , cut down ver? If so how would I go about this….

    Thanks in advance ….

    #347294

    Brandon
    Member

    I would think you could set a time to extract one every .6 seconds
    setInterval( countdown, 600 );

    function countdown ()
    {
    myNumber -= 1;
    navigator.notification.beep(1);
    }

    A lot of apps do good with a free version. Just take out any features you want them to pay for (make sure you have separate projects for each) and release the free one as completely new app.

    #347426

    Uplink1001
    Member

    Thanks for that
    Lite version now uploaded for review.
    Thanks again.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Need help ( making a CPR clock ) in HTML widget?

You must be logged in to post in the forum log in