This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Android WebView Bug#94
Open
JulianoBazzi wants to merge 1 commit intobaskren:master-oldfrom
JulianoBazzi:patch-1
Open
Android WebView Bug#94JulianoBazzi wants to merge 1 commit intobaskren:master-oldfrom JulianoBazzi:patch-1
JulianoBazzi wants to merge 1 commit intobaskren:master-oldfrom
JulianoBazzi:patch-1
Conversation
On some phones with Android 10, depending on the version of WebView, the page saved on the device is completely blank, as there was no time to load the HTML. It is a bug in WebView, however with this change in the code I was able to solve the problem in the application I develop.
Owner
|
Juliano -
I am on the road today but I am very much looking forward to looking at your pull request. I should be able to take a look at this tomorrow. Thank you so much for submitting it.
- Ben
…Sent from my iPhone
On Feb 24, 2021, at 11:21 AM, Juliano Bazzi ***@***.***> wrote:
On some phones with Android 10, depending on the version of WebView, the page saved on the device is completely blank, as there was no time to load the HTML. It is a bug in WebView, however with this change in the code I was able to solve the problem in the application I develop.
You can view, comment on, or merge this pull request online at:
#94
Commit Summary
Android WebView Bug
File Changes
M Forms9Patch/Forms9Patch.Droid/Services/ToPngService.cs (1)
Patch Links:
https://github.com/baskren/Forms9Patch/pull/94.patch
https://github.com/baskren/Forms9Patch/pull/94.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Author
|
Good night, any news? |
Author
|
News? |
1 similar comment
Author
|
News? |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On some phones with Android 10, depending on the version of WebView, the page saved on the device is completely blank, as there was no time to load the HTML. It is a bug in WebView, however with this change in the code I was able to solve the problem in the application I develop.