duobiao83 / wifikeyboard

Automatically exported from code.google.com/p/wifikeyboard
GNU General Public License v2.0
0 stars 1 forks source link

Cannot see what I am typing in Browser #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Firefox
2.
3.

What is the expected output? What do you see instead?

ability to see what is being typed in the browser.

What version of the product are you using? On what operating system?

Droid 2.1

Please provide any additional information below.

I mean I can see it on my touch screen, but while working, would like to stay 
on the monitor.

Original issue reported on code.google.com by markbush...@gmail.com on 22 Jul 2010 at 6:15

GoogleCodeExporter commented 9 years ago
Same problem but i think it's a feature.

It could be nice if we can see the last 10 typed caracters for exemple (but 
clean this "buffer" a certain delay after the last caracter).

But I love this app ;) !

Original comment by ggauthie...@gmail.com on 26 Aug 2010 at 2:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
same here, using safari 4.0.5 on mac osx leopard 10.5.8

Original comment by jpfra...@gmail.com on 10 Oct 2010 at 10:29

GoogleCodeExporter commented 9 years ago
I would like a "backlog" of around 200 chars. I also think that UTF-8 
characters like arrows should be rendered when the user hits the arrow keys, to 
tell the user that it did respond.

Either that, or you instead modify the text field to exactly represent the text 
field on the phone so that they have the same contents, while arrow key 
presses, etc, are "acknowledged" by some kind of "status box" next to the text 
field.

About password fields: 
http://www.schneier.com/blog/archives/2009/07/the_pros_and_co.html
So for password fields, show just the last character as default behaviour.

Original comment by natanae...@gmail.com on 13 Oct 2010 at 4:36

GoogleCodeExporter commented 9 years ago
I'm going to implement text area input for text fields and it should solve this 
issue.

Original comment by Ivan.Volosyuk on 28 Nov 2010 at 5:23

GoogleCodeExporter commented 9 years ago
I added separate typing mode (hotkey F4). In this mode you can type in browser 
text area and then submit the text to android device with the same key (F4). 
This is implemented in WiFiKeyboard v2.0. Please comment if it what you need.

Original comment by v...@google.com on 1 Dec 2010 at 1:42