Hello Everyone,
In my project, I have an Outline Box that contains multiple buttons, dropdown menus, and text editors. I used the Outline Box to make the page scrollable, but I am facing the following problem, mostly with the text editors:
When I scroll up or down (both in the target and simulation), if I start the swipe gesture with my finger or mouse inside a text editor, the virtual keyboard briefly opens and then instantly closes as the swipe gesture is recognized. This not only causes the screen to flash but also immediately blocks the scrolling effect, making user input almost useless.
I tried rearranging the Z-order of the components and using retarget conditions more intelligently, but this hinders normal usage, as the user would need to press and hold a button or menu item for a long time before it is triggered.
If you need more information I can provide a little example project.
Thanks in advance,
Dario