-
Notifications
You must be signed in to change notification settings - Fork 45
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
Tweet with video doesn't show the video #95
Comments
Have you tried on real ios device @jpcodr? As written in the Readme
Also did you follow the instructions for ios support for better_player - https://jhomlala.github.io/betterplayer/#/install |
Where is it written?
Yes |
OK, as I see it is written in the README of example folder. Maybe this should be written in the main README? WDYT @kawa89 ? |
@wszeborowskimateusz I Think it should be in the main readme :) |
OK, I added this comment in this PR - #84 |
I confirm that it works on emulator and android device as well as on iOS device. That notice should definitely be in the main Readme. Also it's a bit weird that the videos are not displayed in the simulator. I'm using the video_player plugin to display other videos in my app and works well in the simulator |
I think this issue can be closed. Also, i have a question. I don't know where to do it cause is not an issue. Is there any way to autoplay the videos? |
As I see there is no such option currently. You can file a feature request so we can add it. |
Thank you @wszeborowskimateusz. I created the feature request #105 |
Describe the bug
Hi
I'm using
tweet_video.json
from the example folder. The tweet renders fine but the video is not displayed even with a clean project. This occurs with both versions3.0.1
and4.0.0-dev-1
but the behavior is a little different.3.0.1
After load video,CircularProgressIndicator
is removed you can press play and other actions, the video is playing but the screen remains in black.4.0.0-dev.1
Same as3.0.1
but theCircularProgressIndicator
is not removed.To Reproduce
Steps to reproduce the behavior:
tweet_ui
Expected behavior
The video is displayed correctly
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: