viewer icon indicating copy to clipboard operation
viewer copied to clipboard

[Bug]: The web video player UI partially shift down while opening video file share by the Safari of iPhone (Nextcloud 25)

Open SuperdukeGates opened this issue 2 years ago • 2 comments

⚠️ This issue respects the following points: ⚠️

  • [X] This is a bug, not a question or a configuration/webserver/proxy issue.
  • [X] This issue is not already reported on Github (I've searched it).
  • [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • [X] Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • [X] I agree to follow Nextcloud's Code of Conduct.

Bug description

A full screen playing video player UI in Safari browser of iPhone has a bug that shift the Speed control and the Restore size control down to the next line.

Steps to reproduce

  1. Use ffmpeg -f lavfi -i testsrc=duration=30:size=640x360:rate=30:n=1 -c:v libx264 -pix_fmt yuv420p testsrc.mp4 to generate a 30 seconds 640x360 test pattern video file -- testsrc.mp4
  2. Create a trial account in Try Nextcloud and upload the testsrc.mp4 and and share it as public with hide download.
  3. Use Safari browser of the iPhone 13 mini with iOS 16.0.2 to open the share link and play it.
  4. Hit the full screen control icon of the web video player UI.
  5. Found partial of the web video player UI controls are not in the same horizontal position.

Expected behavior

Expect the web video player UI controls all in the same horizontal position in step 5.

Installation method

No response

Operating system

No response

PHP engine version

No response

Web server

No response

Database engine version

No response

Is this bug present after an update or on a fresh install?

No response

Are you using the Nextcloud Server Encryption module?

No response

What user-backends are you using?

  • [ ] Default user-backend (database)
  • [ ] LDAP/ Active Directory
  • [ ] SSO - SAML
  • [ ] Other

Configuration report

No response

List of activated Apps

Sorry, I'm not sure. It is Try Nextcloud.

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

SuperdukeGates avatar Oct 24 '22 07:10 SuperdukeGates

shift-down

skjnldsv avatar Oct 28 '22 10:10 skjnldsv

Bug description

A full screen playing video player UI in Safari browser of iPhone has a bug that shift the Speed control and the Restore size control down to the next line.

It's on purpose. If not enough space, we split into multiple lines. Or else the volume and track progress cannot be handled at all. Nonetheless, did you turn down the volume? I don't see any track being shown on the screenshot

skjnldsv avatar Oct 28 '22 10:10 skjnldsv