pedroabreu / ion-gallery

Ionic gallery directive
MIT License
124 stars 61 forks source link

Zoom flickering - Disable zoom? #37

Closed mladenp closed 8 years ago

mladenp commented 8 years ago

There is some weird flickering in header when zooming images. Also i don't need zooming, is there a way to disable it?

pedroabreu commented 8 years ago

There is no way to disable zoom for now. It can actually be an interesting feature to add, with some sort of flag on the configProvider

mladenp commented 8 years ago

I tried disabling it by renaming your zoom events but it doesn't work for some reason, i didn't go deeper into code. Can you suggest how to quickly disable zoom for now and i'll try to figure out the flickering later if i have time.

pedroabreu commented 8 years ago

55 is an initial implementation for this feature

pedroabreu commented 8 years ago

Merged