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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment