Android Question [Solved] emulating KeyPress to WebView

Herbert32

Active Member
Licensed User
Longtime User
Hi,

I need to send space and cursor-right/left to a webview in which a flash-video runs - is there a way to realize this?

I have tried the following without success:

Dim KC As Int
KC = KeyCodes.KEYCODE_SPACE
Activity_KeyPress (KC)

also if i press a key at the hardware-keyboard it doesn't reach the KeyPress-Event

best regards
Herbert
 

Herbert32

Active Member
Licensed User
Longtime User
Upvote 0
Top