How to start another activity with webChromeClient

In webViewClient, I use shouldOverrideUrlLoading to validate link / url and load other activity, but how can I do the same trick in webChromeClient?

+3


source to share


1 answer


You cannot do this in webChromeClient

. You must set both parameters: webViewClient

and webChromeClient

.



+3


source







All Articles