Hyperpipe/Hyperpipe
Archived
14
164
Fork
You've already forked Hyperpipe
27

iOS music player bug #34

Open
opened 2022年09月24日 10:31:33 +02:00 by hellojack · 2 comments

Browser

  • Chromium-Based
  • Firefox-Based
  • Webkit-Based
  • Other
.

Platform

  • Desktop
  • Mobile
  • Other

Observed Behaviour

it shows 10 second skip button instead of skipping whole music

Expected Behaviour

show music skip button ( >> ) < this

Misc. ( optional )

## Browser - [ ] Chromium-Based - [ ] Firefox-Based - [x] Webkit-Based - [ ] Other <!-- Name and Version -->. ## Platform - [ ] Desktop - [x] Mobile - [ ] Other ## Observed Behaviour <!-- TODO --> it shows 10 second skip button instead of skipping whole music ## Expected Behaviour <!-- TODO --> show music skip button ( >> ) < this ## Misc. ( optional ) <!-- Screen Shots / Console Logs / Network Requests / Anything else Relevant -->

It seems it's a recent change in iOS and ipadOS that we cannot have both seekbackward, seekforward and previoustrack, nexttrack together. So we need to choose that if want to have next and previous track actions or seek backward and forward on iOS. I think next and previous track is more usable, @snematoda What do you think? Also we need to check if user is using iOS or not I don't know if you want to access User Agent APIs or not.

It seems it's a recent change in iOS and ipadOS that we cannot have both `seekbackward, seekforward` and `previoustrack, nexttrack` together. So we need to choose that if want to have next and previous track actions or seek backward and forward on iOS. I think next and previous track is more usable, @snematoda What do you think? Also we need to check if user is using iOS or not I don't know if you want to access User Agent APIs or not.

It seems it's a recent change in iOS and ipadOS that we cannot have both seekbackward, seekforward and previoustrack, nexttrack together. So we need to choose that if want to have next and previous track actions or seek backward and forward on iOS. I think next and previous track is more usable, @snematoda What do you think? Also we need to check if user is using iOS or not I don't know if you want to access User Agent APIs or not.

Thank you for your work on this

But, I personally would not like to add code that is platform specific.

So I guess we would have to wait until Apple fixes things on their end

> It seems it's a recent change in iOS and ipadOS that we cannot have both `seekbackward, seekforward` and `previoustrack, nexttrack` together. So we need to choose that if want to have next and previous track actions or seek backward and forward on iOS. I think next and previous track is more usable, @snematoda What do you think? Also we need to check if user is using iOS or not I don't know if you want to access User Agent APIs or not. Thank you for your work on this But, I personally would not like to add code that is platform specific. So I guess we would have to wait until Apple fixes things on their end
snematoda changed title from (削除) iOS music player bugo (削除ここまで) to iOS music player bug 2023年04月02日 18:18:14 +02:00
Commenting is not possible because the repository is archived.
No Branch/Tag specified
main
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Hyperpipe/Hyperpipe#34
Reference in a new issue
Hyperpipe/Hyperpipe
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?