Robbie Wagner
Robbie Wagner
I just released ember-hammertime 1.3.0, with configuration options that should allow us to disable these things. Is anyone interested in helping get this into ember-gestures and over the finish line,...
@adambedford I don't think anything needs to be done here. I think `ember-hammertime` is installed directly in your app via a blueprint, so you should just have to configure it.
@adambedford the configuration is documented in the README https://github.com/html-next/ember-hammertime#configuration If anything is unclear, please let me know.
@knownasilya that might work. All of the config options need to be set though. The default is to apply the styles to everything with an `action` all buttons, etc. and...
@adambedford I thought we didn't have a direct dep on it here, but it appears I was wrong. We need to update the deps here to use `ember-hammertime` 1.3.0.
@adambedford I just opened a PR to update ember-hammertime here.
Definitely interested in having some nicely defined way of ensuring things scroll or don't scroll. I always have trouble with scrolling and flexi.
@runspired could you elaborate on the solution you had in mind or should we just wait for browsers to fix themselves to support this?
@onceatime and @mk-conn can you guys elaborate on what you are trying to achieve? I can try to throw something together.
Hi @xtagon you have it working with normal flexbox? Should be fairly easy to convert something that works in flexbox to flexi. If it's working as you want in flexbox,...