Yes,
I found a solution that partially solves my problem.
This is the link, upon which it is based.

http://stackoverflow.com/questions/3613798/is-it-possible-to-access-html-form-data-posted-through-a-webview

On Friday, July 13, 2012 1:19:31 PM UTC+8, Nobu Games wrote:
>
> On Thursday, July 12, 2012 9:07:53 PM UTC-5, Mani wrote:
>
>> 1. Is there any straightforward event that is generated when a Submit 
>> happens inside the Webview ?
>
>
> You could add a submit event listener to the login form node via 
> JavaScript:
>
> formTag.addEventListener('submit', onSubmitFunction);
>>
>
> where formTag is your login form DOM node and onSubmitFunction is the name 
> of a function that handles that event. 
>

-- 
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

Reply via email to