Research: YouTube and Vimeo embed approaches for Flutter Reader #32
Labels
No labels
needs-info
needs-triage
ready-for-agent
ready-for-human
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TheAnachronism/tt-rss-viewer#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #30
Question
How should a Flutter Android app embed YouTube and Vimeo (v1 only) inside a
flutter_html-based Reader without making WebView the primary article renderer?Cover:
src, YouTube/Vimeo URLs in links)PageView)Capture findings under
docs/research/and link them from the resolution.Resolution
Gist: Keep
flutter_htmlas the Reader; detect allowlisted YouTube/Vimeo iframe/hrefshapes into anEmbedRef; default UX is poster + play →url_launcher(Custom Tabs/external). Do not enable wholesaleflutter_html_iframe. Optional later inline = one constrainedwebview_flutterslot loading the official embed URL (provider chrome) only after tap, disposed onPageViewleave, with external fallback. Preferyoutube_player_iframeURL/thumbnail helpers overyoutube_player_fluttercustom overlays (ToS + gesture risk). Vimeo: preserveh=; domain allowlists often force external open.Doc:
docs/research/youtube-vimeo-embeds.mdon branchresearch/youtube-vimeo-embeds(commit913e3d9).Hands off to #35 Grill: YouTube/Vimeo embed UX in swipeable Reader. No production Reader code in this ticket.