2

I implemented following solution stack answer to create a 24H timepicker in Xamarin, the problem with this solution is that the Focus() method to trigger the picker does not function on Android. If I remove the custom renderer, the Focus() works again on Android.

Community
  • 1
  • 1
iBoonZ
  • 1,015
  • 11
  • 20

1 Answers1

0

i have write custom renderer and set action to element.ShowPicker =()=>Control.PerformClick();

Abdullah Tahan
  • 1,963
  • 17
  • 28