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

PagerTabStripView not working properly on iOS 18 #140

Closed
TheMartas29 opened this issue Sep 19, 2024 · 3 comments
Closed

PagerTabStripView not working properly on iOS 18 #140

TheMartas29 opened this issue Sep 19, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@TheMartas29
Copy link

Describe the bug
PagerTabStripView doesnt work as expected on iOS 18 - blank view

To Reproduce
Steps to reproduce the behavior:
Build app for iOS 18 and open screen with PagerTabStripView - it shows with not content or tabs

Expected behavior
Work properly

Screenshots
If applicable, add screenshots to help explain your problem.
screenshots from iPhone simulator with iOS 17.5 and 18
Simulator Screenshot - iPhone 16 Pro - 2024-09-19 at 14 13 09
Simulator Screenshot - iPhone 15 Pro - 2024-09-19 at 14 13 08

Versions (please complete the following information):

  • Xcode: 16.0
  • Device: iPhone 16 Pro - simulator
  • OS: iOS 18.0
  • Lbrary version: 4.0.0
mcfunley added a commit to mcfunley/PagerTabStripView that referenced this issue Sep 23, 2024
@mcfunley
Copy link
Contributor

Using HStack rather than LazyHStack for the tabs fixes it, but not sure that's totally acceptable as a fix.

@jonathansds
Copy link

jonathansds commented Oct 6, 2024

Also in need of this fix :)
Any estimate on when the PR provided by @mcfunley will be merged?

@mlorenze mlorenze self-assigned this Oct 17, 2024
@mlorenze mlorenze added the bug Something isn't working label Oct 17, 2024
@mlorenze
Copy link
Contributor

Thank you @mcfunley! Your PR was merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants