[WASM + iOS] How to suppress 'bubbles'? #10931
Answered
by
jeromelaban
DierkDroth
asked this question in
Q&A
-
There are 'bubbles' of different sizes when using UNO WASM on a touch device (e.g. see screenshots here). I suppose the purpose would be indicating where touch events occured... Is there a way to suppress those 'bubbles'? |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Jan 10, 2023
Replies: 1 comment 3 replies
-
Those are material press indicators, which are part of the templates provided by Uno.Material. You can override the templates to remove the "ripples". @kazo0 may have some additional details to give. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
DierkDroth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those are material press indicators, which are part of the templates provided by Uno.Material. You can override the templates to remove the "ripples". @kazo0 may have some additional details to give.