You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when the alarm is triggered my function is being called in a infinite loop ..
is there time limit in the alarm and how can i set it ??
Is there any way to store the id of alarm that is just made
The text was updated successfully, but these errors were encountered:
These questions seem to be more about how to use Javscript rather than the Plugin ...
Q1) Now when the alarm is triggered my function is being called in a infinite loop ..
A1) How is it being called in an infinite loop? I don't understand what you mean by this. The scheduler will start a class (activity). This is handed off to the operating system effectively, I can't see what sort of infinite loop you are getting
Q2) is there time limit in the alarm and how can i set it ??
A2) Do you mean in the activity that is started? If you are opening an alarm clock type page which you want to close automatically after a period of time, then just use javascript to close it using setInterval
Q3) Is there any way to store the id of alarm that is just made
A3) Yes. Maybe look at local storage or cookies if you want to store the ID between stop & start of app.
Now when the alarm is triggered my function is being called in a infinite loop ..
is there time limit in the alarm and how can i set it ??
Is there any way to store the id of alarm that is just made
The text was updated successfully, but these errors were encountered: