Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Dec 29, 2022
1 parent 5e80755 commit 87b36ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scr/Handler/CustomContentViewGroup.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public CustomContentViewGroup(Context context) : base(context)
{
SetAccessibilityDelegate(new MyAccessibilityDelegate());

this.Clickable = true;
this.Focusable = true;

Touch += (sender, te) =>
{
Expand Down Expand Up @@ -83,6 +83,7 @@ public override void OnInitializeAccessibilityNodeInfo(Android.Views.View? host,
}

info.ClassName = "android.widget.Button";
info.Clickable = true;
}
}
}

0 comments on commit 87b36ba

Please sign in to comment.