|
I have been having issues to make buttons respond to touch actions - e.g. ripple effects and outline on touch. It works when there are no events (set tag, run script) bound. However after configuring click event in editor, the buttons do register the touch-action, however no visual feedback is given. The mouse-click does however show the visual feedback. I am using fuxa-pro. Steps to reproduce:
Any solutions? I could really need that visual feedback for our touch-panels, as no mouse-keyboard environment is available. |
Answered by
unocelli
Apr 19, 2026
Replies: 1 comment
|
Hi @iluvnepal Sadly, this is a limitation of mobile browsers for HTML elements in SVG. The best option is to use an SVG widget that draws the button. |
0 replies
Answer selected by
iluvnepal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @iluvnepal Sadly, this is a limitation of mobile browsers for HTML elements in SVG. The best option is to use an SVG widget that draws the button.
Try the attached widget