简体   繁体   English

使用Chrome自定义标签发布数据

[英]Post data with Chrome Custom Tabs

Is there a way to send post data with url with Custom Chrome Tabs? 有没有一种方法可以使用“自定义Chrome标签”发送带有url的帖子数据? Like it was with WebView: 就像使用WebView一样:

webView.postUrl(String url, byte[] postData)

Cannot find any about it in documentation or in examples 文档示例中找不到任何相关信息

That is not possible. 这是不可能的。 You may be better off trying the approach described here: https://stackoverflow.com/a/30805339/97238 if you want to send a POST request. 如果您想发送POST请求,最好尝试使用此处描述的方法: https : //stackoverflow.com/a/30805339/97238

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM