-
|
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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