Chris Morbitzer
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...
@nrostrow-meta I get this message as well. None of the suggested solutions have helped. Have you made any progress on this?
@knewitzgui I noticed that you are running `deployphp/action@master`. Do you still have this issue when running `deployphp/action@v1`? `v1` is now pointing to a release that works for us.