Chris Morbitzer

Results 5 comments of Chris Morbitzer

See my comment on #219. For Android, set `minDate` to an integer instead of a Date object. iOS still accepts a Date object. For example: ``` // If iOS ......

See my comment on #219 and see if that helps. If not, post your code here and we might be able to help.

If your `date` parameter to `DatePicker.show()` is correct, then it's probably because there's an error in DatePickerPlugin.java in `JsonDate.fromJson()`. For me, I got tripped up because on Android `minDate` and...

I can confirm that the first tap of the back button removes the video controls. I noticed this on the audio player and it seems undesirable to have to click...

Just to be clear, #223 did not fix this issue. To reproduce: 1. Navigate to a page, which has a `useAsync` hook inside the `setup` function 2. Navigate away from...