You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Technically, this is not a bug.
Audio elements don't have a width or height. What you're seeing there is a picture/thumbnail and long-pressing on it.
In other words, you're not actually touching the audio element. You're just touching the album's artwork.
In the case of Youtube though, it's also not an audio element. It's actually a video but with width = 0 and height = 0 so technically it's a video without a renderer that plays only audio lol.
In other words, this isn't supported and isn't necessary to fix because it's not actually a bug (it's intended that you can only long-press on video elements). However, I've added a PR that will fix it anyway.
Description:
Not able to add an audio file to the Playlist by tapping and holding on a file
Steps to Reproduce
Actual result:
There is no option to add an audio track by tapping and holding on a file. It's working for videos only.
VIdeo
Playlist.Video.mov
Audio
Playlist.Audio.mov
Expected result:
The user must be able to save the audio file to the Playlist by tapping and holding. The same way is working for the videos.
Reproduces how often: [Easily reproduced, Intermittent Issue]
Easily reproduced
Brave Version:
Brave build: 1.52 (23.6.28.13)
BraveCore: 1.52.129 (114.0.5735.198)
Device details:
iPhone 14 [iOS 16.5]
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: