Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin working on ios(11.3)? #265

Open
slts86 opened this issue Apr 19, 2018 · 1 comment
Open

Plugin working on ios(11.3)? #265

slts86 opened this issue Apr 19, 2018 · 1 comment

Comments

@slts86
Copy link

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

@slts86 slts86 changed the title Plugin working on ios 11.3? Plugin working on ios(11.3)? Apr 19, 2018
@ghost
Copy link

ghost commented Jun 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant