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