question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: large title + refresher problems

See original GitHub issue

Prequisites

Ionic Framework Version

  • v4.x
  • v5.x
  • v6.x

Current Behavior

Cheers 😊

I’m currently experiencing some problems in combination of ios large title and ion refresher (repo attached):

  1. I have color="primary" defined on both Toolbars, but the Screen looks like:

  2. Refresher is show to late, as the Content’s background-content seems to overlap it

If i remove the top style on the IonContent’s background-content it looks better (see expected behavior) - i guess this is not a solution 😃 but maybe helps to understand the problem

  1. The last problem is visible in the video in Expected behavior 2.. I would think that the background of the ion refresher is the same like the content 's one. Even if i set color="primary" on the refresher or it’s content it does not work 100% if i pull down too far

Expected Behavior

  1. The full Header (so both Toolbars) should have the Color
  2. With both Problems 1 + 2 fixed this should look like:
  3. The refresher should fit to the content’s background color

Steps to Reproduce

See Repo:

  • ionic serve

Code Reproduction URL

https://github.com/EinfachHans/large-header-refresher

Ionic Info

No response

Additional Information

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
liamdebeasicommented, Sep 20, 2021

Yeah the way theming works with the native refresher on iOS is a bit odd, but in the native apps it looks like the entire toolbar hides with opacity instead of just hiding the title.

0reactions
ionitron-bot[bot]commented, Nov 4, 2021

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Large Title UINavigationBar Glitches and How to Fix Them
Check out this article to find out the glitches you might get when adopting the large title UINavigationBar, and how to fix each...
Read more >
swift - Prefer Large Titles and RefreshControl not working well
I notice that the issue happens when refresh control ends refreshing while the collection view is still moving up to its original position....
Read more >
bug: pulling ion-refresher causes large title to be collapsed ...
Bug Report Ionic version: v5.0.4 Current behavior: When ionic-refresher is pulled it interferes with the collapsible titles.
Read more >
Why is the large title navigation … | Apple Developer Forums
I have a view controller, embeded in a navigation controller which has large title navigation bar enabled with this code : self.navigationController?
Read more >
Large title stuck after pull to refrsh : r/iOSProgramming - Reddit
I know this sounds weird, but: How I solved it is by basically delaying the refresh of the table view for 0.2 seconds...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found