Hi,
I am debuging my iOS application.
I have a SfButton in a Grid.
Clicking on the button has no action.
I cant find a way to fire the click event.
So far i tried
ios:VisualElement.CanBecomeFirstResponder="True" in XAML
and
Save_Button.Clicked += new EventHandler(OnSaveClick); in .cs
and
TapGestureRecognizer
Everything with no success.
Click Event is not firing.
In Android everything is working fine.
Is this a bug ?
Any help please.