Using android back button with EnhancedTouch

Hello,

I’m implementing a floating joystick in my Android game using the EnhancedTouch feature.
I ran some tests on a real device and noticed that in the scene using the EnhancedTouch for control any stroke on the back button is not detected. I see the button appearing but it’s calback isn’t executed.

The back button is still configured :

What could I have been missing ?

I actually found my issue.
It had nothing to do with EnhancedTouch.
I had no GameObject with a PlayerInput configured to detect the event.