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/>*
*DouglasDrumond.com <http://douglasdrumond.com/> RobotoDojo.com <http://robotodojo.com/> google.com/+DouglasDrumond <http://google.com/+DouglasDrumond> – @douglasdrumond <http://twitter.com/douglasdrumond>* On Sat, Apr 19, 2014 at 7:44 AM, Rahul Kaushik <[email protected]>wrote: > *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 = [email protected] in the form, > I want to change the values to name = bob and email = [email protected] in the > android app and have the new POST be sent to http://www.example.com/do.php > . > > * <form action="http://www.example.com/do.php > <http://www.example.com/do.php>" method="post"> <input type="text" > name="name" /> <input type="text" name="email" /> <input type="submit" /> > </form>* > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

