mbillau
5431802884
Slight corrections on DatePickerPlugin readme
2013-04-23 10:08:49 -04:00
Justin Wark
e7f98284d5
Extend the newer CordovaPlugin class rather than the deprecated Plugin class (it appears this class is removed altogether in the Cordova 2.7.0 source).
2013-04-18 13:58:31 +10:00
Alejandro Etchegoyen
25faba674e
Compatibility with phonegap 2.0 (Cordova)
2013-01-24 14:37:10 -02:00
Alejandro Etchegoyen
e0d0293c0d
Compatibility with all phonegap versions
...
Fixed compatibilty changes under phonegap plugin specifications.
2013-01-24 14:31:07 -02:00
Robert (Jamie) Munro
64da10a85e
Update Android/DatePicker/README.md
...
Use focus() event on time field and add the blur(). On iPhone, we
needed the blur() because otherwise the standard form element editor
stayed live after you closed the date picker.
2012-09-20 13:31:34 +02:00
Robert (Jamie) Munro
4f024a1585
Update Android/DatePicker/README.md
...
You should use the focus event, not the click event as it is sometimes
possible to select the field using tab or previous / next buttons, in
which case a click() event doesn't get fired.
2012-09-20 13:24:48 +02:00
Max Ogden
1371059cb5
update datepicker readme to mention time zone
2012-08-24 17:01:59 -07:00
Max Ogden
0a335b56bc
use toLocaleString instead of toString so that JS parses date strings into the correct time zone
2012-08-24 17:00:24 -07:00
Ash Connell
3342ccb8e7
Fix for allowing future changes of datepicker field, previous version only let you pick a date once then failed after
2012-06-26 00:59:31 +10:00
Will Koper
cda6f55b7f
Modified for cordova 1.5+ compatibility
2012-06-20 16:17:29 -04:00
Kevin Carmody
bcb5f86f2e
Just adding the backticks to the code examples so it renders correctly
2012-04-27 16:28:33 +02:00
Daniel van 't Oever
0d228c6182
Android datepicker that uses the same interface as the existing iPhone datepicker.
2012-01-31 10:08:47 +01:00