Hi,
I have a Picker inside a Popup. I want to open the picker from the code. Usually I would call ".Focus", but it gives an error:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer'.
(The same happens if I try to set focus to an Entry.)
Please help!
Best regards,
Michael