Obsolete
Status Update
Comments
mm...@commonsware.com <mm...@commonsware.com> #2
I have that issue too.
I'm completely stock, unrooted, MRA58N.
I'm completely stock, unrooted, MRA58N.
dn...@google.com <dn...@google.com> #3
Same story here. Have been looking for reports of this issue for a few days, glad I finally found the xda thread.
dn...@google.com <dn...@google.com> #4
Please don't forget to star the issue.
mm...@commonsware.com <mm...@commonsware.com> #5
Please provide Bug report and scree record for better understanding.
* Android bug report
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Note: Please upload any information to google drive and share the folder to android-bugreport@google.com. After sharing please provide the link for the uploaded data
* Android bug report
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Note: Please upload any information to google drive and share the folder to android-bugreport@google.com. After sharing please provide the link for the uploaded data
dn...@google.com <dn...@google.com> #6
[Comment deleted]
mm...@commonsware.com <mm...@commonsware.com> #8
Deleted my comment and resharing the bug report via Google Drive link (didn't think about the security part). Here's the link
https://drive.google.com/drive/folders/0B3pCHihva_6mUWxRWXFHeFBWOW8
dn...@google.com <dn...@google.com> #9
Thanks for the Bug report. We are having a look at the issue you reported, will update more on this issue as it becomes available
dn...@google.com <dn...@google.com> #10
I also have the issue, stock Marshmallow.
Description
* What device are you using? (for example, Pixel XL)
PPP1.180208.014 (Pixel)
* What are the steps to reproduce the problem? (Please provide the minimal reproducible test case.)
Step #1: Read
Step #2: Download
Step #3: Import and run the downloaded project, which loads a plain HTTP URL into WebView
* Issue Category e.g. Framework (platform), NDK (platform), Hardware (CPU, GPU, Sensor, Camera), ART (platform), Runtime Permissions etc
Framework?
* What was the expected result?
WebView to refuse to load the page, because the app has targetSdkVersion 'P' and it is an HTTP URL (without any sort of redirect to HTTPS).
* What was the actual result?
WebView loaded the page.
Note that if you add a network security configuration with cleartextTrafficPermitted="false", access to the page is blocked. As a result, it would appear that the problem is not with WebView.