Android loads html data into custom chrome tabs

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?

+7
android html google-chrome-devtools webview
source share

No one has answered this question yet.

See similar questions:

nine
I want to upload a local html file through the chrome custom tab, is this possible?
3
Is there any way to load html content into chrome custom tab

or similar:

1270
How to transfer data between actions in an Android application?
560
Example: communication between activity and service using messages
327
How to store arbitrary data for some HTML tags
6
Publish data using custom Chrome tabs
4
Check which url opens on custom chrome tabs
2
Android Webview custom font does not load over dynamic data
0
Android webview does not load htmlcontent with webview.loaddata ()
0
Loading android urls after loading custom html in webview
0
How to use getUrl () in Chrome custom tabs
0
Chrome custom tab loading error event?

All Articles