-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working audio but no video or UI #102
Comments
The video player plugin used by chewie is not functional on iOS simulators. An iOS device must be used during development/testing. Please refer to this issue: flutter/flutter#14647 |
That is not it. It is not working on a real device. |
Two quick questions:
|
There are no error but audio does work on both Real and simulators devices. I built a simple page that the video is displayed on and the Ui for that page doesn't show up on the real device but it does on the simulator as shown in the screenshots. I can test your second question later today. |
It seems playing on IOS simulator fixed now. |
For some reason it is blocking everything in the list view from displaying on an actual device but the audio does play. What makes this even weirder is the listview shows up and even the chewie UI on a emulator.
The text was updated successfully, but these errors were encountered: