datePicker plugin not working in Phonegap 2.0
问题 After upgrading to Phonegap 2.0, the datePicker plugin does not work. The error is: Uncaught TypeError: Cannot read property 'datePicker' of undefined. the error occcurs on the javascript code: window.plugins.datePicker.show({... The DatePicker js file: /** * Phonegap DatePicker Plugin Copyright (c) Greg Allen 2011 MIT Licensed * Reused and ported to Android plugin by Daniel van 't Oever */ if (typeof cordova !== "undefined") { /** * Constructor */ function DatePicker() { this._callback; } /*