diff --git a/iOS/Article/ImageScrollView.swift b/iOS/Article/ImageScrollView.swift index 8439d7ce0..49233085c 100644 --- a/iOS/Article/ImageScrollView.swift +++ b/iOS/Article/ImageScrollView.swift @@ -246,7 +246,7 @@ open class ImageScrollView: UIScrollView { } maximumZoomScale = maxScale - minimumZoomScale = minScale * 0.999 // the multiply factor to prevent user cannot scroll page while they use this control in UIPageViewController + minimumZoomScale = minScale // * 0.999 // the multiply factor to prevent user cannot scroll page while they use this control in UIPageViewController } // MARK: - Gesture