DatetimePicker

I want to use a Datetime Picker in my App compatible with iOS and Android, any help?

Hi Moaz,

yes, there is: https://github.com/nekronos/FuseNativeControls

Thank you, It works great with iOS But TimePicker fails on Android.

You can check this issue I have the same problem,
https://github.com/nekronos/FuseNativeControls/issues/11

Hi Moaz,

that’s an issue that has to be solved either by the author of the library, or you.

You can get the Android version in Uno: Android.Base.Versions.ApiLevel returns an int and Android.Base.Versions.Release returns a string description of the version.

While in Java, refer to this: https://developer.android.com/reference/android/os/Build.VERSION.html