QTooltip on mobile
-
Hi.
I’m forcing my form inputs to keep its size regards the content size, wich leads to some inputs naturally not showing completely its contents, what is fine by the current demand.
In those cases when the content exceeds the input boundary I’m creating dynamically a tooltip with the extended content, so only those inputs has a tooltip.
So far so good, except that when a tooltip is applied to a select on mobile it yields undesirable results, for when the user taps the select to see it, instead the select’s popup opens up.
Is there a way to change the “quick tap” to “hold” in order to see the tooltip?
Thanks!