capacitor-community / date-picker

Native DateTime Picker Plugin for Capacitor Apps
MIT License
85 stars 28 forks source link

Implement Date-picker for web #17

Open adpace-dt opened 3 years ago

adpace-dt commented 3 years ago

It would be great to have this available for web applications. For those using Ionic, the solution they implement is Cordova based. We have decided to go the capacitor route, and would like to use this for both the native and web apps.

stewones commented 3 years ago

ionic date picker is fully web based https://github.com/ionic-team/ionic-framework/tree/master/core/src/components/datetime

we are still defining which path to go for a web version