We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you add a timestamp to a YouTube link, the video player will start at the beginning of the video rather than at the timestamp.
Examples: https://sh.itjust.works/post/28710281/15291570 https://sh.itjust.works/post/28613782/15236650
I would expect the video to start at the timestamp.
No response
0.5.1
Pixel 6
Android 15
The text was updated successfully, but these errors were encountered:
Thunder uses youtube_player_flutter
should be possible by seeking to position
_ypfController.seekTo(Duration(seconds: 20));
Edit: for devs
startAt is used rather than seekTo
startAt
seekTo
flags: ypf.YoutubePlayerFlags( controlsVisibleAtStart: true, autoPlay: autoPlayVideo(), enableCaption: false, hideControls: false, startAt: timestamp ?? 0,
Sorry, something went wrong.
ggichure
No branches or pull requests
Bug Description
If you add a timestamp to a YouTube link, the video player will start at the beginning of the video rather than at the timestamp.
Examples:
https://sh.itjust.works/post/28710281/15291570
https://sh.itjust.works/post/28613782/15236650
Expected Behaviour
I would expect the video to start at the timestamp.
Steps to Reproduce
Additional Context
No response
App Version
0.5.1
Device
Pixel 6
OS
Android 15
The text was updated successfully, but these errors were encountered: