1
votes

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.

1

1 Answers

0
votes

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