GLBasic forum

Main forum => Bug Reports => Topic started by: ampos on 2011-Sep-15

Title: input not working on WebOS and Android
Post by: ampos on 2011-Sep-15
Input does not work on Android and WebOS. The program just crash.

I can understand Android, as it is something similar to iOS, but... Pre2 has a phisical keyboard, as a PC computer! shouldn't it work?

I will end implementing my own keyboard graphical input, but on WebOS... it will not look "cool" to have a virtual keyboard on screen when there is a real one...
Title: Re: input not working on WebOS and Android
Post by: Kitty Hello on 2011-Sep-15
Yes, it should work. Use ddgui_input or a ddgui text field, that should be able to deal with hw keyboard. It uses inkey$ internally.