Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Allow playlist items to be shared #4191

Closed
iccub opened this issue Sep 17, 2021 · 1 comment · Fixed by #4192
Closed

Allow playlist items to be shared #4191

iccub opened this issue Sep 17, 2021 · 1 comment · Fixed by #4192

Comments

@iccub
Copy link
Contributor

iccub commented Sep 17, 2021

Add UI so the played item can be shared.

It can be added to:

  • long press gesture
  • swipe action

Upon one of those actions, a action sheet will show up with 2 actions:

  • open in Brave: this closes playlist and opens the media url in new tab
  • share: this opens standard share sheet with media url
@srirambv
Copy link
Contributor

Verification passed on iPhone 7+ with iOS 14.8 running 1.31.2(21.10.20.18)

  • Verified swipe on playlist item shows the share button\
  • Verified clicking on share button brings up action sheet with Open in New Tab / Open in Private Tab / Share options
  • Verified selecting new tab opens the link in a new tab
  • Verified selecting new private tab opens the link in a private tab
  • Verified selecting share brings up the regular share sheet
  • Verified able to successfully share the item to another app via the share sheet
image image image

Verification passed on iPhone XR with iOS 15.0.1 running 1.31.2(21.10.20.18)

  • Verified swipe on playlist item shows the share button\
  • Verified clicking on share button brings up action sheet with Open in New Tab / Open in Private Tab / Share options
  • Verified selecting new tab opens the link in a new tab
  • Verified selecting new private tab opens the link in a private tab
  • Verified selecting share brings up the regular share sheet
  • Verified able to successfully share the item to another app via the share sheet
image image image

Verification passed on iPad Pro with iOS 15.1 Beta 3 running 1.31.2(21.10.20.18)

  • Verified swipe on playlist item shows the share button\
  • Verified clicking on share button brings up action sheet with Open in New Tab / Open in Private Tab / Share options
  • Verified selecting new tab opens the link in a new tab
  • Verified selecting new private tab opens the link in a private tab
  • Verified selecting share brings up the regular share sheet
  • Verified able to successfully share the item to another app via the share sheet
image image image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.