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 |
JuliaKirschenheuter
left a comment
There was a problem hiding this comment.
Thanks a lot!
02e6efb to
e5b4b05
Compare
st3iny
left a comment
There was a problem hiding this comment.
Tested my changes on an iPad (Safari).
artonge
left a comment
There was a problem hiding this comment.
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-stable27More 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-stable26More 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-stable25More 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