We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Hi Dan, great article helped out a lot ! How would I go about capturing the VolumeUp/VolumeDown keyboard click in IOS ? On the Android side their is a KeyUp event that captures all Keyboard events but on the IOS side looks as though the have to register the Keys you want captured in the OnElementChanged event, and just not sure how to add the Volume keys to IList<uikeycommand> collection.
Hello, this works great until you place and use any other control on your view. For instance simple entry. If entry gets focus, you will no longer be able to detect hardware keys because anything you type goes into that entry, thats fine. But after you finish entry action, KeyboardPageRenderer needs to be refocused again in order to be able detect keys. Which is problematic to implement.