mozilla-mobile / firefox-ios

Firefox for iOS
Mozilla Public License 2.0
12.2k stars 2.92k forks source link

AR QuickLook - Buttons overlap with status bar on iOS 18 #22453

Open nick-morhun opened 1 week ago

nick-morhun commented 1 week ago

:page_facing_up: Description

Bugfix the AR buttons going under the status bar.

:1234: Steps to reproduce

  1. Set vertical device orientation
  2. Open https://developer.apple.com/augmented-reality/quick-look/
  3. Tap on any USDZ model link / image.

Expected behavior

AR QuickLook preview is open and X / Share buttons can be used.

Actual behavior

AR QuickLook preview is open but X / Share buttons cannot be used, overlapped by the status bar.

Device & build information

# ## Notes Attachments:

width=200,height=183

:information_source: Reference Person

@FilippoZazzeroni

┆Issue is synchronized with this Jira Task

RRUIZ5 commented 6 days ago

I am able to reproduce this issue on my device (iPhone 13 iOS 18.0) on the app store build, but interestingly enough, building the app (main branch as of Oct 16 2024) on the same device with Xcode 16 makes me unable to reproduce the bug. Maybe the bug was inside QLPreviewController and has been fixed by the new tooling?