> `Clickable(onClick =` I wonder why Compose co...
# compose
d
Clickable(onClick =
I wonder why Compose continued with "clicks"? Wouldnt "onTap" be more correct in the mobile world? I don't click on anything in my phone 🙂
👍 1
a
Keyboards and other input devices still exist for example, Chromebooks that run Android apps. "Click" is still a handy way to roll up tap, focus+keypress, mouse/touchpad click, and have them all mean the same thing to the code interpreting it
👌 1
👍 3
i
Most of the compose UI could be implemented on other platforms, as is the case with Flutter