bluefireteam / photo_view

📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
MIT License
1.9k stars 544 forks source link

How to zoom diabled? #296

Open JosephNK opened 4 years ago

JosephNK commented 4 years ago

Is there any way to disable zoom for one of several photos? :)

renancaraujo commented 4 years ago

For the correspondent PhotoViewGalleryPageOptions, pass the same minScale and maxScale.

Dohmanlechx commented 4 years ago

@renancaraujo That doesn't work, you can still zoom in or out, but it bounces back. I want to completely disable the zoom feature but keep the swipe. Is it possible?

renancaraujo commented 4 years ago

@Dohmanlechx For that follow #319

Dohmanlechx commented 4 years ago

@renancaraujo Already posted a comment (question) there :)