artvl21 / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

TextField in Android Mode does not open virtual keyboard, nor does it accept bluetooth keyboard input #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load ControlP5textfield example onto Android device
2. tap into text field

For Bluetooth Keyboard:
0. Connect bluetooth keyboard to Android device
1. Load ControlP5textfield example onto Android device
2. tap into any text field
3. try tying text on bluetooth keyboard

What is the expected output? What do you see instead?
virtual keyboard should show
or
text typed on bluetooth keyboard should show in text field

What version of the product are you using? On what operating system?
ControlP5 v. 2.0.4
Nexus 4 Android Device
Type2Phone for bluetooth keyboard testing (http://www.houdah.com/type2Phone/)

Please provide any additional information below.
I tried a bit of code to force open the virtual keyboard 
(https://forum.processing.org/topic/show-hide-the-keyboard), but the TextField 
still wasn't receiving any input.

Original issue reported on code.google.com by raspra...@gmail.com on 21 Mar 2013 at 8:33

GoogleCodeExporter commented 8 years ago
Android v. 4.2.2

Original comment by raspra...@gmail.com on 21 Mar 2013 at 8:37

GoogleCodeExporter commented 8 years ago
hi, I have still to implement the keyboard event when running controlP5 in 
android mode and it is on the todo list for the next release. 

Original comment by soj...@gmail.com on 24 Mar 2013 at 2:01

GoogleCodeExporter commented 8 years ago
You can use this exemple tout toogle Android keyboard : 
http://smag0.blogspot.fr/2014/09/serveur-fuseki-accessible-depuis-un.html but 
there is a mistake with the lettres "ijkl" which seems to act like "ijkl" in vi 
. they move the cursor !

Original comment by scenaris...@gmail.com on 16 Sep 2014 at 6:06