background:Android14 mobile phone with gms, using google webview seeing it in [Developer Options]
When Using WebView with customized WebChromeClient and override function `public void onReceivedTitle(WebView view, String title)`
load a HTML url link,and receive title the url without protocrol, like this:
load "https://www.b4x.com/android/forum/forums/android-questions.26/post-thread"
onReceivedTitle(WebView view, String title) is called --
title : "www.b4x.com/android/forum/forums/android-questions.26/post-thread"
view.getUrl() : "https://www.b4x.com/android/forum/forums/android-questions.26/post-thread"
..
Anyone can help? what happen on the url ?
When Using WebView with customized WebChromeClient and override function `public void onReceivedTitle(WebView view, String title)`
load a HTML url link,and receive title the url without protocrol, like this:
load "https://www.b4x.com/android/forum/forums/android-questions.26/post-thread"
onReceivedTitle(WebView view, String title) is called --
title : "www.b4x.com/android/forum/forums/android-questions.26/post-thread"
view.getUrl() : "https://www.b4x.com/android/forum/forums/android-questions.26/post-thread"
..
Anyone can help? what happen on the url ?