I need to locate the trigger event that pops up the keyboard on a mobile device when a textarea is clicked, so I can fill a textarea popup I have created with the information in that textarea. I also need to attach the textarea I have created to the mobile keyboard.
EDIT
I am creating a mobile version of our website. Right now, on large screens, if you click a textarea that has saved info in the box, you can edit it.
On the mobile version, they want a popup textbox to appear when you click(touch) the text box, with the original info already pre populated in it, and it also attached to the top of keyboard that pops up on mobile. I need to attach the new textbox to the same click event, and fill it with the editable info.