I’m wondering if there was any way to get an input from the user, preferably to a texbox (or anywhere a user can see what he’s writting) in a canvas element through javascript.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Position a textbox over the top of the canvas element using absolute positioning.
my suggested layout is something like:
with this you have the relative positioned
<div>to base where your going to pop things up over, I would probably also add a modal backdrop…hope this helps -ck