我想在我的应用中使用chrome自定义标签.我发现如何将数据从url加载到选项卡中,但我没有找到,如何使用html-tags从字符串值加载数据.如何从webview示例中进行类比功能:
webViewContent.loadDataWithBaseURL(null, htmlText, "text/html", "UTF-8", null);
Run Code Online (Sandbox Code Playgroud)
在chrome自定义标签中?
我想通过 CustomTab 或 Chrome 发送 POST HTTP 请求,然后最终显示页面。我进行了很多研究,但没有办法。有办法吗?可以通过 Volley 发送 POST 请求然后最终在浏览器中显示响应吗?
java android android-volley chrome-custom-tabs android-customtabs