KeyPressed Event on Internet Explorer

Hi,
I’m developing a webApp and I have a problem.
The KeyPressed event of the WebPage doesn’t work with the Keyboard’s Arrow Keys in Internet Explorer.

There is any way for fixing this problem?
Thanks to all.

Apparently, JavaScript can be used to detect the arrows keys through its KeyDown event :
http://stackoverflow.com/questions/5597060/detecting-arrow-key-presses-in-javascript

I am not versed enough in JS with Web apps to write the code, but this could be the way to a workaround. Maybe another member can help ?

Hi,
the Xojo KeyPressed event doesn’t work with Internet Explorer, not the Javascript event.
And there is not a KeyDown event in the WebDialog o WebPage.

[quote=97677:@Stefano Basile]Hi,
the Xojo KeyPressed event doesn’t work with Internet Explorer, not the Javascript event.
And there is not a KeyDown event in the WebDialog o WebPage.[/quote]

:frowning:

Please file a bug report about that.

[quote=97677:@Stefano Basile]Hi,
the Xojo KeyPressed event doesn’t work with Internet Explorer, not the Javascript event.
[/quote]

I just tested the JavaScript approach successfully, but as you are not interested, you should definitely file a bug report as soon as possible to get the arrows in the Xojo KeyPressed event…