Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.57k stars 540 forks source link

Bug: Youtube links are rendered with defective link in the „preview box“ #2158

Open ppuschmann opened 3 months ago

ppuschmann commented 3 months ago

Environment:

Description

The app is configured to open links in a separate browser (here: Safari). Youtube-Links in the message body open correctly in the browser.

Youtube-links from the rendered „social preview (?)“ are only opened as <https://www.youtube.com/undefined> in the (same) browser.

A different device, configured to open the links in the app-internal browser/view shows only a white page with "'closed-lock-symbol' youtube.com" shows, which, when forwarded via "share" or "open in browser" shows, that the url (see above) is identical.

Related Issues