POST data via CustomTab or Chrome
问题 I want send POST HTTP request via CustomTab or Chrome then show page finally. I many research but no way for it. is there a way? can send POST request via Volley then show response in browser finally? 回答1: I wrote a workaround for that. Careful, is a dirty one ;) Steps: you need to create an html file with a form inside it add input fields to it corresponding to the values you need to pass to your url add this file to your asset folder on android code: read the content of the file save the