Re: [android-developers] intercept post data in web view

2014-04-22 Thread Douglas Drumond
1) don't use a webview 2) I hope this is not possible in a webview ​ -- Douglas Drumond *GDG Campinas ​ http://www.gdg-campinas.org/* *D​ouglasDrumond.com http://douglasdrumond.com/ RobotoDojo.com http://robotodojo.com/ google.com/+DouglasDrumond http://google.com/+DouglasDrumond –

[android-developers] intercept post data in web view

2014-04-19 Thread Rahul Kaushik
*how can I intercept the POST data from the form, change it's values, then send it along in webview?* If the user enters name = Steve and email = st...@steve.com in the form, I want to change the values to name = bob and email = b...@bob.com in the android app and have the new POST be sent to