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

Fix the issue that the article webView don’t show up on launch until it finishes loading all the page resources. #4032

Open
wants to merge 1 commit into
base: detour2023
Choose a base branch
from

Conversation

GetToSet
Copy link
Contributor

Fixes #4030.

By unhiding the article webView at webView:didCommitNavigation: instead of webView:didFinishNavigation:, this PR fixes the issue that that the article webView don’t show up on launch until it finishes loading all the page resources (or waits until the last request times out).

The issue happens when certain images on the page take long time to load, or could be reproduced with a poor network condition.

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

Successfully merging this pull request may close these issues.

The article content section disappears on launch.
1 participant