Chris Luff
Chris Luff
Hey, I am trying to link a maven project that contains a reference net.java.dev.jna:jna. ``` com/sun/jna/darwin.* ``` However, I get; `...ignoring file ../ target/client/x86_64-darwin/gvm/lib/libjnidispatch.a, building for macOS-x86_64 but attempting to...
Trying to figure out how to get LocalNotifications to display. Running a simple example on ios-sim I am struggling to identify the problem. On the first occurrence the iOS notification...
Add support for more keyboard types, such as Numeric UIKeyboard types in [iOS](https://developer.apple.com/documentation/uikit/uikeyboardtype) and [keyboard-input](https://developer.android.com/training/keyboard-input/style). Thanks