CefGetDataURI
Posted: Sat Nov 16, 2019 5:42 pm
CefGetDataURI it's almost analogous means perhaps as the do and or something similar with the indication of the domain \ address 
Code: Select all
webview.loadData(html, "text/html", "utf-8");
Code: Select all
webview.loadDataWithBaseURL("www.site.com", html, "text/html", "utf-8", null);
