cordova - Android native date popup in phonegap application -
I am developing a phonegap android application. I am using the input type date fields in forms when I run the app by clicking on the date field showing the device native data widget from the browser.
But running the same file using PhoneGap, the date field is not showing any popups on Android version 4.1.1.
How can I get the original date popup / widget when the input type date fields are clicked?
Do not know why the input [type = "date"] field displays in a phonegap app to the original date picker Not really, it should not be caught, note that the Androids standard browser is used, it can work in Firefox or Chrome, but probably not in the stock browser (an app called "Internet").
But I'll use the datepicker plugin for Android. Two are available for Android:
Comments
Post a Comment