Has anyone used any particular approach for adding coach marks when using Compose?
k
KoskiA
05/01/2021, 1:03 PM
I just tried to implement our design system's coach marks yesterday as part of an internal hack day! I started off trying to use a
Popup()
but there wasn't a good way to require a certain size (i.e. it always used the smallest possible width). I pivoted to playing an overlay composable with the
onGloballyPositioned()
modifier to get the anchor position, but I'd ran out of time before getting anywhere.
🎉 1
j
John O'Reilly
05/01/2021, 2:06 PM
Thanks @KoskiA. This seems like something many people will need so will be interesting to see what patterns/libraries etc emerge to address.
c
Colton Idle
05/01/2021, 2:25 PM
Coach marks?
☝️ 1
c
Cicero
05/01/2021, 4:52 PM
d
Derek Ellis
05/01/2021, 5:02 PM
I've been working on an implementation of material's tap target circle thing