Hi, I've build a floating menu that contains a web view item. I think there is a little bug because as soon as I hover the web view item, it didn't get "focus" (not really focus).
I explain: When I hover a button in my web view item, the css cursor is set to "pointer" (the hand). But if I only "hover" the floating menu, I never see the "hand" cursor, but only the arrow cursor.
I have to first click on the web view to see the "hand" cursor when I hover buttons in the web view.
I didn't find any BTT action that can help to trigger/activate a web view and/or simulate click (should be very difficult to know where to click also...)
Is there any chance you can solve this behavior problem ?