Skip to content
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

Status bar tap not working #293

Open
5 tasks done
KyleSmith0905 opened this issue Mar 21, 2024 · 0 comments
Open
5 tasks done

Status bar tap not working #293

KyleSmith0905 opened this issue Mar 21, 2024 · 0 comments

Comments

@KyleSmith0905
Copy link

Describe the bug

I’m on my phone right now btw. Status bar tap is when you tap the top of your phone to scroll to the top of the page.

No status bar tap likely means you have overflow-hidden on the root document element () and overflow-scroll or a custom scroll component on a child element.

So it is a trade off, if you have a custom scroll bar that looks pretty (idk, I’m on mobile) than fixing the status bar tap means you won’t have the pretty scroll bar.

your call.

Reproduction

Tap the status bar on iPhone (with notch or Dynamic Island).

System Info

iOS 17.3.1

Used Package Manager

n/a

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant