This website requires JavaScript.
Explore
Help
Sign In
DEV
/
material-components_material-components-ios
Watch
1
Star
0
Fork
0
You've already forked material-components_material-components-ios
mirror of
https://github.com/material-components/material-components-ios.git
synced
2026-02-20 08:27:32 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
components
/
Ink
/
tests
History
Nobody
266bcd2e07
There are two separate systems trying to manage touch events on the
MDCButton
. First, the button itself uses its standard
UIControl
event infrastructure to trigger ink ripples. Second, an external
MDCInkTouchController
attaches its own gesture recognizers to do the same thing. This creates a conflict where both systems respond to the same touch, causing two ink animations to be created and displayed simultaneously, which results in incorrect visual feedback.
...
PiperOrigin-RevId: 770704081
2025-06-12 10:10:12 -07:00
..
snapshot
Add explicit imports for CoreGraphics in files which use it.
2024-06-11 09:16:51 -07:00
unit
There are two separate systems trying to manage touch events on the
MDCButton
. First, the button itself uses its standard
UIControl
event infrastructure to trigger ink ripples. Second, an external
MDCInkTouchController
attaches its own gesture recognizers to do the same thing. This creates a conflict where both systems respond to the same touch, causing two ink animations to be created and displayed simultaneously, which results in incorrect visual feedback.
2025-06-12 10:10:12 -07:00