I am using the Cordova Date Picker plugin: https://github.com/VitaliiBlagodir/cordova-plugin-datepicker
One problem is that, whenever I focus on the input, iOS keyboard pops up, and I can’t access the datepicker. Is there anyway we can disable the keyboard?
Just solved this by adding ng-readonly="true" to the input field.
anteksiler:
ng-readonly=“true”
Same problem, same fix. Thanks
Is there any work around for angular 2 ,I am using https://github.com/misha130/datepicker-ionic2
I tried disabing the input but then calender itself is not opening
[disabled]='true'
Thanks
loynss
July 21, 2017, 2:51am
5
Hello anteksiler,
If we use text readonly it work well but it is not good way because the text input is not focus.
How to disable the keyboard without text readonly?