I have a UI hierarchy like so: ContentView -> ContentView -> ContentView -> Label. I'd like to use the same TapGesture when the user taps on any of the views. I noticed there doesn't seem to be event bubbling. Does any view bubble up its events in Forms? Should I assume no and code based on that assumption?
↧