I want to use chrome custom tabs in my app. I found how to load data from url into tabs, but i didnt find, how to load data from string value with html-tags. How to make analogous functional from webview-example:
webViewContent.loadDataWithBaseURL(null, htmlText, "text/html", "UTF-8", null);
in chrome custom tabs?