0

I don't know if what I want is possible.

I have a webview with a form, this form only has a input type text, this is an email, can I use the textEmailAddress property?

<form name ="respuesta">    
    <input type="text" name="email" value = ""> 
    <br>
    <input type=submit value="Siguiente" onClick = "compruebaEmail(document.respuesta.email.value)">

</form>

I want to add this property to "email" field.

Thank you in advance.

user1256477
  • 10,763
  • 7
  • 38
  • 62
  • are you looking for "checking input text are email or not".. then this may help you [http://stackoverflow.com/questions/6119722/how-to-check-edittexts-text-is-email-address-or-not] – swiftBoy Jun 04 '12 at 11:48
  • Thank you, I should explain bad. What I want is when I click in the email box, the keyboard is ready for email fields, for example, I see the @ and the .com values in a key. It what happen when you use the textEmailAddress property in a textView. Thanks – user1256477 Jun 04 '12 at 11:53
  • means u want validation in textview for email – Khan Jun 04 '12 at 11:56
  • @user1256477.. okey :) for that you need to create your own customize keypad check this SO thread will help you: [http://stackoverflow.com/questions/3196511/android-custom-keyboard-built-in-an-application] – swiftBoy Jun 04 '12 at 12:00

0 Answers0