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

List and scrollable data does not scroll to above the bottom navigation button bar on Android 15 #1346

Open
rleblanc1 opened this issue Mar 4, 2025 · 2 comments

Comments

@rleblanc1
Copy link

✍️ Describe the bug

The content on the main list and the 3 details tabs does not scroll above the bottom navigation bar when fully scrolled up.
Some data ends up behind the translucent bottom navigation bar.

💣 Steps to reproduce

  1. Make sure you have the 3 button bottom navigation bar enabled and not gesture navigation.
  2. Go to the main http calls list and scroll all the entries till you reach the last bottom entry.
  3. You will see the last list entry is partially covered by the navigation bar.
  4. Same issue will occur once you tap on and entry and go to the Overview, Request or Response tabs assuming the content is long enough to require scrolling to see all the content.

🔧 Expected behavior

All data should always be above the bottom navigation bar and not behind it.

📷 Screenshots

Image

📱 Tech info

  • Device: OnePlus 12R
  • OS: 15.0
  • Chucker version: 4.1.0

📄 Additional context

None.

@iamarjun
Copy link
Contributor

iamarjun commented Mar 5, 2025

seems like bottom inset is not consumed, let me check, should be an easy fix

@iamarjun
Copy link
Contributor

iamarjun commented Mar 6, 2025

This PR should address the issue

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

2 participants