Android Question Some Question on Google WebView...

xzl-hihn

New Member
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 ?
 

MicroDrie

Well-Known Member
Licensed User
Anyone can help?
It's unlikely anyone can help you with such limited information. What do you want to do when the Post thread web page iOS loads and displays?

what happen on the url ?
If you request a URL and the content of the URL is displayed, it stops. What do you want to do with the requested information?

It helps enormously if you add a small example program to your question that makes it clear what you have done so far and what you would like answered.
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
i get the title. must be something wrong with your webchromeclient...
 

Attachments

  • capture.png
    capture.png
    8.5 KB · Views: 45
Upvote 0
Top