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 – @douglasdrumond
http://twitter.com/douglasdrumond*



On Sat, Apr 19, 2014 at 7:44 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote:

 *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 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers+unsubscr...@googlegroups.com.
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.