shock 11
03/28/2025, 7:06 PMurl?.host
, when I debug it. I see
"NOT CACHED" as the message. I absolutely don't know what this means and no information from the internet seems to help. I will drop an SS of my implementation and my webview settings belowshock 11
03/28/2025, 7:07 PMshock 11
03/28/2025, 7:07 PMsettings.apply {
javaScriptEnabled = true
javaScriptCanOpenWindowsAutomatically = true
domStorageEnabled = true
cacheMode = WebSettings.LOAD_NO_CACHE
}
shock 11
03/28/2025, 7:07 PMshock 11
03/28/2025, 7:07 PMshock 11
03/28/2025, 7:20 PMshock 11
03/28/2025, 7:21 PMChiranjeevi Pandey
03/29/2025, 1:49 AMshock 11
03/31/2025, 8:36 AMChiranjeevi Pandey
03/31/2025, 8:42 AMshock 11
03/31/2025, 8:54 AMshock 11
03/31/2025, 8:57 AMshock 11
03/31/2025, 8:57 AMshock 11
03/31/2025, 8:58 AMChiranjeevi Pandey
03/31/2025, 8:59 AMshock 11
03/31/2025, 8:59 AMshock 11
03/31/2025, 9:42 AMChiranjeevi Pandey
03/31/2025, 11:03 AMshock 11
03/31/2025, 11:38 AMChiranjeevi Pandey
04/01/2025, 6:45 AMcontains()
. For eg: url?.toString()?.contains(callbackUrl)
or startsWith()
should work as well.shock 11
04/01/2025, 6:09 PMChiranjeevi Pandey
04/02/2025, 1:01 AM