-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Extra space in ios #45
Comments
i am experiencing the same problem. It started about two months ago. Don't know exactly when. Could it be related to iOS 11.3? the problems started right around the time the first beta's were released. |
Can confirm I had this implemented for a long while, made no changes to my code or any nuget package versions, yet it started to leave the empty space where the indicator was. |
same problem |
Can you give me sample xaml? Can your repo in the sample in this repo? |
@jamesmontemagno I've got the exact case that it works wrong. Here is the ContentView in page
First One in 3 ContentViews has pull-to-refresh layout.
This first layout is default view to show to user in parent ContentView. Please let me know if any misunderstanding. |
@jamesmontemagno any update here? |
Updated our project nuget packages and empty space is now appearing on every refresh. Reverted the package back to the version 2.0.0.13 and everything seems working again. Then decided to test the 2.2.0 package and the white space isn't appearing either.. Our application supports Android and iOS and the problem is occurring only in the iOS. |
No new version with fixes yet? |
Should I revert back to version 2.0.0.13? |
I am trying to downgrade the package to 2.0.0.13 but no luck, it's not downgraded and shows error. |
Same issue here. Can't fix it with any version (Tried back to 2.0.0.13) @MrHyde- You managed to get it working with an older version? @jamesmontemagno |
I wasn't able to even revert it to 2.0.0.13. not sure why... |
@jamesmontemagno Can we expect any update on this in the near future? We would be really happy about a fix since we are constantly using the framework and we really like it. |
@tkohub yes, we have the problem with our project only with the newest package. But the 2.2.0 version works fine for us. |
@MrHyde- do you have release log for this package? I want to know what is difference between 2.2.0 and 2.2.1. You released 2.2.1 very soon after 2.2.0, is there any critical issue in 2.2.0? I am afraid to face another problem with 2.2.0 |
does anyone have a screen shot and a small sample? |
Can you please validate: 2.2.1.27-beta and let me know if you see any issues there. |
For our project the problem does not appear in the beta version. Tested with simulator and real device. Thank you! |
If anyone else can validated I will push 2.2.2 out tonight or tomorrow |
Sorry for coming back to you so late, i was on holiday till today. For me it is working as well! Thanks a lot |
I implemented pull-to-refresh using this package and worked good.
But I am facing only one problem in ios.
Sometimes after it refresh, the space that activity indicator was placing is not removed in ios.
Please help me to fix it.
Thanks.
The text was updated successfully, but these errors were encountered: