Part of arrow keys don't do anything on some pages. For example on CodeMirror editor: http://codemirror.net/demo/fullscreen.html
How do you support all arrow keys from an external keyboard in UIWebView
?
Part of arrow keys don't do anything on some pages. For example on CodeMirror editor: http://codemirror.net/demo/fullscreen.html
How do you support all arrow keys from an external keyboard in UIWebView
?
In answer to your question on my post in another thread How can I respond..., the keyCommands property is a property on UIResponder and UIWebView inherits from UIResponder so I can see no reason why it won't work.