Amitav Roy
Amitav Roy
Any updates on this? I have used this library on quite a few sites and none of them are playing videos on Android Chrome.
Based on your solution, have raised a PR #1268 It fixed this issue along with another issue that I faced in #1267
Change the tags TodoItems - it should be and TodoAddForm - it should be Try and let me know because both the error seems to be mainly because your component...
This is my fork where I am working https://github.com/amitavroy/OpnForm/commit/3fc058b2d0ade794a7e4ba69656037799a015244 It fails because of Transaction issue
That's a bit strange. I am getting an error with the Transaction that you have in file: database/migrations/2021_10_13_142022_create_users_workspaces_table.php When I remove the entire transaction, it works. Something to do with...
Let me see if I can create a small video and reference it here. I am getting the same error as @mchlbowyer mentioned.
I was able to fix them till quite a lot by adding model mutators. However, there is one migration which is adding indexes and stuff. And that's where the stuff...