-
Notifications
You must be signed in to change notification settings - Fork 18
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
On Android 6, the default homepage is null
instead of "about:blank". Clicking the bookmark
toggle icon causes app to crash.
#1
Comments
Hi. Thanks so much for your excellent bug report. I'll definitely have a fix posted by tomorrow. Unfortunately, I can't reproduce it on my phones.. they're all running older versions of Android.. so I'll need to fire up an emulator. If I was to guess.. it's probably that newer versions of WebView treat "about:blank" differently; it looks like yours is returning In any case.. adding a line of validation to catch a non-sensical URL value would be easy.. and prevent this from happening. |
Thank you so much for your fast reply on the issues. Good to see how much you take care of your project. |
I just pushed a very minor update ..I haven't reproduced this crash (yet), but I'm guessing this should prevent it from happening. |
Nothing changed. It is behaving weirdly like before. |
I amended the previous commit.. this new update fixes the error. Thanks again for letting me know that there was a problem; I really do appreciate it. :) |
null
instead of "about:blank". Clicking the bookmark
toggle icon causes app to crash.
Yes, this issue is not occurring anymore. Thanks for fixing the issue. |
Expected behavior
I expected that the app would warn or block me when I tried to bookmark a blank page.
Actual behavior
The app crashed when I bookmarked a blank page. After that this crash occurring every time whenever I am trying to open the app.
How to reproduce
Here is every possible detail to reproduce the bug.
Recording Of The Bug
LogCat
The text was updated successfully, but these errors were encountered: