Alex Rindone
Alex Rindone
@jordanks and @EddyVerbruggen this may not be an issue on Android 8. Are you using listCalendars() to get a list of calendars to set the calendar options with a calendar...
I'm having this same issue here, but unfortunately listCalendars() doesn't output anything. Does anyone have some syntax I can look at and match? It's just a promise and I am...
I ran into a similar issue and cleaned up. When using 1000ms my callback function is fired every millisecond. When using 10000ms my callback is called every 10 seconds. It's...
Thank you for the PR! I'll review this in a bit. Were there any tests you are able to write to add for code coverage?
Alright, we need some tests and an implementation for the example @maykhid
@maykhid I did take a look at the code, and you had some great ideas there! One thing that I'll show you is that I built out a way to...
@SilviaCebrian that could be built into this library fairly easily...it's basically being able to scroll through the list of options when you focus on the textfield...is that accurate? If so...
I'll take a look at adding this @ol-cheesebeard this weekend. I think that would be a nice feature!
I'm going to be looking into this and will get back to you to see what I find after replicating the behavior. Thank you!
@mutasimbalila it looks like there are quite a few conflicts here and some additional code is being added that I am not sure you want added. What specifically are you...