capacitor-community / date-picker

Native DateTime Picker Plugin for Capacitor Apps
MIT License
87 stars 29 forks source link

A way to close the datepicker programmaticly #42

Open dimitrijuchtmans opened 3 years ago

dimitrijuchtmans commented 3 years ago

Is your feature request related to a problem? Please describe. Some applications ( like mine) lock after a certain point of inactivity. It would be nice to have a method to close the datepicker, so that the datepicker is not overlaying the locked page.

Describe the solution you'd like a DatePickerPlugin.hide() method