VitaliiBlagodir / cordova-plugin-datepicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin working on ios(11.3)?

slts86 opened this issue · comments

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);

Plugin isn't working on ios 11.3... same issue here ;(