I am building an Amazon Fire Stick/TV App using Xamarin Forms as a common library against an Android app.
I don't seem to be able to handle any keydown events in the Android project, which I would want to listen for from the Xamarin Forms project. I would expect these to occur when interacting with the Amazon Fire remote.
How do I get these events to work?