Cililing
Cililing
Same here. No way to make custom WebViewClient... :/
About Cookies - you can do it via CookieManager. For example: ``` fun setWebViewSession(url: String, onSessionSet: (() -> Unit)?) { doAsync { // Refresh login data ... // Build and...
It's not valid URI. You have to specifiy protocol, for example - `https://www.google.com`
Hello! I haven't tried it yet, but it seems to reasonable to set cookies via normal HttpRequest, and set it in CookieManager. As I see the library is based on...
I've checked for Honor Play (Android 9), Google Pixel (Android 8.1), Xiaomi Mi A1 (Android 8.0). None is working. According Wikipedia Opera for Android has been using Chromium science 2013....
I don't get it, the "legacy" way of sending messages allows to use `map[string]any`, but the "modern" framework does not. ¯\_(ツ)_/¯
Imho it's a good thing, but it should be an option, not the default choice.
BQ client allows specifying the job timeout (`--job_timeout_ms=100000`), which is ignored by the emulator. The python lib has this possibility as well: ``` def query( .... timeout: TimeoutType = DEFAULT_TIMEOUT...