I'm trying to make an alarm app.
which must have the same features as mobile alarm apps, It should even ring when the mobile is in silent mode and must turn on and ring if the mobile is switched off.
Is there any plugin or component which can be used to do so?
I need help....
Hi,
For above feature don't think there is any component available. But I can give you idea that for this you need to get the permission of audio, change phone profile (silent, vibrate....) so that you can trigger alarm at specified time. For this you can check if any cordova component is available.
regards