adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
568 stars 47 forks source link

Click Effect issue on Unclicked button #244

Closed honeyhead closed 3 weeks ago

honeyhead commented 3 weeks ago
    public override VisualNode Render()
    => ContentPage( new MauiReactor.Button(text:"TEST").Center());

I found a problem where the click effect came out even if I didn't click on the button area.

I share a simple code to help you understand. The buttons were placed in the middle of the Android environment.

And if you click on the Content Page area instead of the button, the effect will occur as if the button was clicked.

What's the reason?

honeyhead commented 3 weeks ago

For some reason, I shut down the emulator again, so it works again.