Closed lukegalea closed 8 years ago
Okay - I sorted it out (kinda).
onclick doesn't work, but implementing click inside a component does. I can work around it by implementing click in your ember-a-xxx components and having it call a closure action.
It looks like ember's approach where a single click handler is registered at the document level doesn't work with a-frame.
Do you know of a good solution for handling events in ember with a-frame?
This doesn't work:
This works: