Hello everybody,
I'm searching for an event in Xamarin.iOS with C# like Androids KeyEvent (https://developer.android.com/reference/android/view/KeyEvent). It should give me the key which is involved (or an id or smoething which can be translated in the pressed key) and if the key got pressed or released. Also it should work with keys like Ctrl.
In addition, this should only work when I've selected a specific text field in my app, and, if possible, only with external keyboards.
I hope you can give me a solution :)
Best regards,
Saltemohn