jimg
jimg

Reputation: 484

Can I capture Windows Mobile PIE keyboard events?

Anyone know of a way to capture keyboard events (keyup / keydown) in Portable IE under Window mobile? I noticed that key events are not supported in JS, and would like to come up with a solution that works without any client side additions.

Upvotes: 1

Views: 860

Answers (1)

prakash
prakash

Reputation: 59709

Without any client side additions?

As per IEMobile Team Blog, the only way for that would be wait for the next release :(

Upvotes: 1

Related Questions