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
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