Android app not responsive to mouse click
Context:
Our mobile app is developped using Xamarin (not Form).
Both iOS and Android have the same global look and same functionnalities.
I have scripts that ran fine on both OS until a merge/integration for Android API level 29 (Android 10).
I tried with latest version of TC 14.80 (no change)
I have updated Android SDK up to version of Android 11
I have a Samsung Tab S2 physically connected to usb port Running Android 7.0
I am able to interact with Android device, (mouse click reacts like if I was touching the device (outside my tested app)
Since this integration (API target for Google Play), our tests won't run on the Android app, iOS are ok.
I can spy the app and see detailed structure of it in the "Object Browser". I can swipe/scroll with the mouse. I can use the arrows on the desktop keyboard to navigate and press "Enter" to kind of "touch" a control. But mouse clicks have no effect on the app (tried left, right, center, left-right, long left) .
Any ideas are welcome.