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
Hi, this example code show DataPicker but not execute onSuccess callback on ios. Android is working well. Can you help me get date from this?
var options = {
date: new Date(),
mode: 'date'
};
function onSuccess(date) {
alert('Selected date: ' + date);
}
function onError(error) { // Android only
alert('Error: ' + error);
}
datePicker.show(options, onSuccess, onError);
The text was updated successfully, but these errors were encountered:
slts86
changed the title
Plugin working on ios 11.3?
Plugin working on ios(11.3)?
Apr 19, 2018
Hi, this example code show DataPicker but not execute onSuccess callback on ios. Android is working well. Can you help me get date from this?
var options = {
date: new Date(),
mode: 'date'
};
function onSuccess(date) {
alert('Selected date: ' + date);
}
function onError(error) { // Android only
alert('Error: ' + error);
}
datePicker.show(options, onSuccess, onError);
The text was updated successfully, but these errors were encountered: