-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix video player unusable on ios #1763
Conversation
Thank you @hamza221 a lot! Looks much better as before! Just some checkpoints from the ticket:
I'm not sure about this landscape portrait view: Thanks a lot again! |
For the last point I think we need a design decision, because the footer is taking the space. so we either remove the footer, keep it slightly hidden, make the footer shorter or another option I didn't think of |
Thanks! I guess it is better to hide a footer at all for landscape and portrait full screen view. Logo of nextcloud is on top left and it is a full screen mode. @marcoambrosini could you please give us your opinion? |
I think that in fullscreen view both the header and the footer should not be visible and the viewer should take the whole height of the screen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
02e6efb
to
e5b4b05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested my changes on an iPad (Safari).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The solution seems saner. 👍
Can you add a bit more context and info around the issue and what the screenshots represent?
Node and Lint are failing ;( |
e5b4b05
to
5a87b6d
Compare
I fixed linter issues and the node check. I don't know what is going on with Cypress though. |
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
5a87b6d
to
4ca1859
Compare
/backport to stable27 |
/backport to stable26 |
/backport to stable25 |
Approval are now in from Artonge and St3iny, cypress failures seem unrelated. Rebased to be merged afterwards, backports triggered |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable26 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
ok for those tests yes, they nedd an update to not randomly fail |
fixes #1681
Before in the comments