HTML5 Android browser and USB keyboard

Community Forums/Monkey Talk/HTML5 Android browser and USB keyboard

Leon Brown(Posted 2012) [#1]
Hi. I've been trying to get one of the apps I've been writing with Monkey to work with the Android browser and USB keyboard. The keyboard input works, but the browser keeps pulling down the address bar when each key is pressed - is there a way to stop this?


Leon Brown(Posted 2012) [#2]
No worries - sorted it now. Using a different browser solved the problem.


andy_mc(Posted 2012) [#3]
What browsers did you use?

http://xkcd.com/979/


Jason W.(Posted 2012) [#4]
Google really needs to fix/remove that if android is going to support HTML5/flash successfully.

Jason


andy_mc(Posted 2012) [#5]
I use dolphin hd browser on my android phone.


Leon Brown(Posted 2012) [#6]
I used Devanki Browser. Dolphin is a good browser, but it also had the issue of showing the address bar with keyboard input.


D4NM4N(Posted 2012) [#7]
What about if your page containing html5 had a textfield hidden on it which steals the focus of the address bar. Then have a js timeout cleaning it every 10 secs or something.
Hacky but might just work.

Last edited 2012