Assigned
Status Update
Comments
nt...@google.com <nt...@google.com> #2
To work around this for our CHIPS tests, we had to use a java bridge and report what was available in javascript. But this doesn't fully cover http cookies which is an issue.
https://crrev.com/c/5250507
We should fix this when we implement this CookieManager API.
We should fix this when we implement this CookieManager API.
an...@gmail.com <an...@gmail.com>
ob...@gmail.com <ob...@gmail.com> #3
Comment has been deleted.
jo...@gmail.com <jo...@gmail.com> #4
Another issue is that shouldInterceptRequest does not include the cookie header which forces developers to query it at the time of requests. We should include this as well.
Because this will likely require a breaking change, I will first experiment with this behind a flag:
Description
Component used: android.webkit.WebView
Version used: 97, 99, 108
Devices/Android versions reproduced on: Android 8, 10, 11 (Tablet)
As I attached screenshot image, dividers of select tag dropdown are broken when I set
fitsSystemWindows
to true.The only trigger is
fitsSystemWindows
. If I setfitsSystemWindows
to false, everything is fine.Here is my sample project