-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix blank initial pages when the WebView is (re)created
This basically does a refresh call when the HTML is loaded and the container is first initialised. If the container wasn't ready when a "display content" call came in, then it ends up loading it here It's *possible* that some content might refresh the display twice, if the container initialised refresh coincides with the app setting the content, so there are two JS #showPageHtml calls after bodyHtml is set. I'm only mentioning it in case it comes up as a "why's that happening" issue - it should be rare if it ever happens, and it would only be a single glitch when the WebView is first initialised Fixes #653
- Loading branch information
Showing
2 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters