I’m making an application that contains button’s and those buttons control an embedded browser. My problem is that I want to see the button’s and the web page in the same layout, but when i click on a button this will open a web page and don’t show the button, can anyone help me?
I’m making an application that contains button’s and those buttons control an embedded browser.
Share
If I understand correctly your problem is that following a link opens the standard browser not your
WebView, right ?Add this to your
WebViewto change that behavior