I want to use custom chrome tabs in my application. I found how to load data from url into tabs, but I did not find how to load data from string value using html tags. How to make similar functionality from the webview example:
webViewContent.loadDataWithBaseURL(null, htmlText, "text/html", "UTF-8", null);
in custom chrome tabs?
android html google-chrome-devtools webview
Alex D.
source share