Hi
I 'm creating web application for smartphone using cuba, I need to disable touch-action css properties especially when user try to pan-right/left zoom.
Can I do that in cuba platform ?
thanks
Hi
I 'm creating web application for smartphone using cuba, I need to disable touch-action css properties especially when user try to pan-right/left zoom.
Can I do that in cuba platform ?
thanks
Hi,
Could you please describe in more detail what you’ve tried and what went wrong? As I see there is a CSS property touch-action that can be disabled touch-action: none;
in a theme extension.
Regards,
Gleb