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

Flicker when adding Progress Dialog to a UIViewController that holds a UIWebview #82

Open
gconno opened this issue Dec 10, 2014 · 2 comments

Comments

@gconno
Copy link

gconno commented Dec 10, 2014

I've been witnessing a strange behaviour when displaying the MRProgress on a view that has a UIWebvView in it. It appears to be extremely large in size, its position is off center, and it flickers. I add the MRProgress using:

[MRProgressOverlayView showOverlayAddedTo:self.view title:@"Please wait..." mode:MRProgressOverlayViewModeIndeterminateSmall animated:YES];
@mrackwitz
Copy link
Owner

Can you add the overlay to a superview of the web view instead? If there is no such view with the same dimensions, you could box the web view in another UIView.

@gconno
Copy link
Author

gconno commented Dec 11, 2014

I tried both suggestions. Same result. Adding the overlay to self.view.superview resulted in no MRProgressOverlayView appearing.

Boxing the web view in another UIView resulted in the original strange behaviour.

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