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
Great that you found the fix. I am not sure if we can do anything about it from the perspective of the plugin itself as it merely spawns the native picker on Android.
Describe the bug
I get some users who have the following problem:
Buttons Ok and Cancel are invisible (color = background)
If they click on the expected location of the bottom, it works.
To Reproduce
The problem occured on a Samsung Galaxy S20 Plus (Android 12) + at least one other device.
The problem don't occurs for the majority of users.
Expected behavior
Button ok and cancel must be visible.
Screenshots
The error:
Expected result:
Cordova
List Cordova versions by running:
cordova -v
cordova platform ls
android 9.1.0
Plugin version
2.1.2
Development OS (please complete the following information):
Device (please complete the following information):
Additional context
Cordova plugin:
Code:
cordova.plugins.DateTimePicker.show({
locale: elemId.includes('breaks') ? 'fr_FR' : null,
titleText: dateTimePickerTitleText,
mode: 'time',
date: theCurrentDate,
cancelText: A.i18n['cancel'],
clearText: showClearButton ? A.i18n['empty'] : null,
okText: 'OK',
android: {
is24HourView: ENV_TIME_24H || elemId.includes('breaks')
},
success: function(newDate) {
...
}
});
The text was updated successfully, but these errors were encountered: