myang5

Results 3 comments of myang5

Also having this issue where clicking on child components on desktop correctly fire their event handler, but when I switch the view to any type of 'Responsive' in Chrome dev...

Not sure if this was the ideal solution but I noticed that tapping the child buttons on mobile mode was actually firing a `touchstart` event instead of a `click` event,...

I haven't found a replacement library yet lol so here's the basic callback signature if anyone needs it: ``` // incomingValue refers to the raw value being added to the...