Hi I am creating an app for the android using webview. I am trying to send out information from my app using this form. It sends out information from a variable in my html file in the webview.
CODE: <FORM action="mailto:[email protected]" method="post" enctype="text/ plain"> <input type="hidden" id="myInput" name="Joke" type="text" /> <input type="submit" style ="width:100%;height=30%" name="" value="Email this Joke"> </FORM> It works fine on the chrome browser. It opens up windows mail on vista when I click the submit button. It shows the information needed too. How do I do the same thing using webview in my app to open and send the info using the gmail app on android. You get the application free with response. Very cool App. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

