NativeScript / nsplugins-internal

1 stars 1 forks source link

Implement a plugin for date and time picking #177

Closed tgpetrov closed 5 years ago

tgpetrov commented 5 years ago

The plugin is here: https://github.com/nativeScript/nativescript-datetimepicker. It provides two fields - DatePickerField and TimePickerField - both are NativeScript Views that show selected date or time and allow picking another after being tapped. There is also a DateTimePicker class which provides static methods pickDate and pickTime that can be called to show the same dialog picker as the fields.

DimitarTodorov commented 5 years ago

Issues:

tgpetrov commented 5 years ago

@DimitarTodorov

I have fixed the launch image for demo-vue.

I managed to reproduce the issue with the Keyboard also in tns-core-modules' TextField in this playground. It happens if you quickly tap on any TextField with editable="false" (as are all DatePickerField-s and TimePickerField-s) while the app is resuming. I logged the issue in the NativeScript repo.