I'm trying to solve a problem in integrating WebChromeClient
and try to achieve this one below (If possible).
Mine:
Steps that I made: I create an Activity
with WebView
in it. And just reflect the Url
in the toolbar as title.
How can we somehow fuse (Fuse maybe not the right word) this to our App? The onCreateOptionsMenu
is from Chrome Browser as I noticed.
EDIT: I don't know the name of it, I thought it is webChromeClient
.