Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Email field and on screen keyboard

$
0
0

Hi,

 

I created an email field:

$("<input type='text' id='Email' name='Email' tabindex='1' maxlength='200' style='background-color:white; border:1px solid black' required>").appendTo(sym.$("emailbox")) .css({'font-size' : '200%', 'color':'blue'});

 

A submit button and a PHP-file that sends a message to the user´s email.

All this works.

I can write to the field with a physical keyboard.

But how would you append text with an on screen keyboard to the email field?

Would it be possible (when you press "a") with something like:

 

$("name or ID of text box").append("a");

 

I can´t get it working, probably because I´m targeting the wrong symbol?

 

Thanks!


Viewing all articles
Browse latest Browse all 9897

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>