billy_comic
billy_comic

Reputation: 899

integrate timepicker with cordova local notifications

I have the cordova local notifications plugin installed and working. What I need is to create a timepicker that will allow a user to select a time that they want to set the notification for (ie a reminder). Is there a way to create a timepicker that will allow me to pass values to the cordova local notfications .schedule({})?

I am not providing code as all my code is working, but can't find a way to implement the timepicker.

Many thanks.

Upvotes: 0

Views: 73

Answers (1)

Alex Ryltsov
Alex Ryltsov

Reputation: 2993

You may want to use existing solutions to embed a timepicker, for example this one https://github.com/rajeshwarpatlolla/ionic-timepicker

Upvotes: 1

Related Questions