-
Notifications
You must be signed in to change notification settings - Fork 85
[Bug] fullscreen + ion-refresher hides refresh #256
Comments
any idea when this issue might get resolved? |
This is also a problem in Ionic 4 as well. |
This is also a problem in Ionic 5 as well. |
Here's a workaround for ionic 5 .ios. Can't figure out why it does not work for .md (android): |
(I am on In pages where your ion-content is fullscreen, add:
This px value is the height of an Android ion-toolbar in an ion-header, and matches the There are still many issues I've encountered though, and I don't know if they're related. The arrow head of the refresher is positioned too far down the shaft of the arrow in an Android emulator, but is fine in a browser. For iOS, there is an ugly black space above the fullscreen ion-content when pulling, and while refreshing, this is also visible through a translucent ion-toolbar. All the text, the arrow and the refresh icon of the refresher are also white save for a tiny dash which I think is from the arrow (this may be what @dannywap is talking about above). Long story short I think I will be avoiding this component. |
Add z-index to "ion-refresher" is fix problem for now |
Original issue by @AmitMY on 2017-02-17T21:54:02Z
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
When having a
ion-content
withfullscreen
, and anion-refresher
the refresher is hidden behind the headerExpected behavior:
The refresher must always appear just below the header
Steps to reproduce:
fullscreen
toion-content
Related code:
Other information:
Motivation:
Having a list you can pull down to refresh, or pull up and hides the header
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: