Robbie Wagner

Results 813 comments of Robbie Wagner

Most addons use lerna-changelog these days, I think. I loved the ember-cli-release and ember-cli-changelog ease of use, but would need help from @runspired to get it working well.

@Techn1x you can configure this addon https://github.com/html-next/ember-hammertime#configuration

@Techn1x I believe it also automatically adds it to any elements with `onclick` or `action` on them. https://github.com/html-next/ember-hammertime/blob/master/htmlbars-plugins/touch-action.js#L68 We should likely also make this configurable. I would be open to...

@Techn1x anytime you have some time is fine!

@Techn1x I would need to know more about how you were testing things. I would suggest making a PR, so that I can look at your changes and we can...

I currently have a PR up that allows some additional configuration. It allows disabling adding the touch-action styles to elements that had an `action` or an `onclick` which you could...

@eriktrom I feel like we should deprecate this package. I don't think it is necessary for modern web development anymore to add fast click hacks. I suppose for those still...

@eriktrom I'm really not sure. I know all modern browsers and mobile browsers are supposedly the same, so I was just throwing out the possibility maybe someone supporting old browsers...