DBDigital / nookapps

Automatically exported from code.google.com/p/nookapps Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

nooklets: textfield input not working #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Adding a <input type='text' ... /> element in the touch area doesn't bring
up a softkeyboard to edit it.

Look at the nookBrowser code to see how to do this

Original issue reported on code.google.com by kbsriram on 22 Feb 2010 at 4:40

GoogleCodeExporter commented 8 years ago
Hi,
I had the same problem in nookBrowser and  had to generate a dpad_center key to 
launch the keyboard. I didn't do it for the touchscreen, since the nookBrowser 
has 
the option to do the same from the eink ( just by moving the page up, enter 
data, 
submit form and moving it down). 

Also, if you launch the keyboard, it's going to take up the whole touchscreen 
and 
I'm not sure how the user will see what is being typed. It's supposed to resize 
the 
whole screen to fit it. But, that's not happening.

Original comment by hari.swa...@gmail.com on 25 Feb 2010 at 11:56