title | description |
---|---|
Verify Automatic Date, Time and Timezone |
Verify if Date, Time and Timezone are set to automatic sync with network provider. |
cordova plugin add verify-automatic-date-time-zone
Returns a boolean indicating if automatic is enabled for date, time and timezone
- Android
window.VerifyAutomaticDateTimeZone.isAutomaticChecked(function(isIt){
if (isIt == 'true') {
// do something
} else {
// do something else
}
});
Couldn't find out how to get iOS settings programatically so it's pending