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
Describe the bug
While recognized as a parameter, minuteInterval does not seem to be recognized. You can still select any minute available.
To Reproduce
Simply installing the plugin and using minuteInterval
Expected behavior
Minutes should only be selectable by their interval. Any other option should simply not be an option
Cordova
List Cordova versions by running:
cordova -v12.0.0
cordova platform lsandroid 12.0.1
Plugin version
Most recent
Development OS (please complete the following information):
OS: Windows
Device (please complete the following information):
Device: Android Emulated Phone/Tablet
Additional context
Creating a new time picker also throws this error every time and takes a bit longer than to be expected:
java.lang.NoSuchFieldException: timePicker
at java.lang.Class.getField(Class.java:1635)
at com.skwas.cordova.datetimepicker.TimePickerDialog.onCreate(TimePickerDialog.java:90)
at android.app.Dialog.dispatchOnCreate(Dialog.java:432)
at android.app.Dialog.show(Dialog.java:321)
at android.app.TimePickerDialog.show(TimePickerDialog.java:151)
at com.skwas.cordova.datetimepicker.DateTimePicker.showDialog(DateTimePicker.java:293)
at com.skwas.cordova.datetimepicker.DateTimePicker.access$400(DateTimePicker.java:28)
at com.skwas.cordova.datetimepicker.DateTimePicker$1.run(DateTimePicker.java:231)
[...]
The text was updated successfully, but these errors were encountered:
Describe the bug
While recognized as a parameter,
minuteInterval
does not seem to be recognized. You can still select any minute available.To Reproduce
Simply installing the plugin and using minuteInterval
Expected behavior
Minutes should only be selectable by their interval. Any other option should simply not be an option
Cordova
List Cordova versions by running:
cordova -v
12.0.0
cordova platform ls
android 12.0.1
Plugin version
Most recent
Development OS (please complete the following information):
Device (please complete the following information):
Additional context
Creating a new time picker also throws this error every time and takes a bit longer than to be expected:
The text was updated successfully, but these errors were encountered: