xamarin / ios-samples

Xamarin.iOS sample apps

Home Page:http://docs.microsoft.com/xamarin/ios/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConvertedFrogScroller - pinch to zoom does not work with small images

fuzzylogicd opened this issue · comments

ConvertedFrogScroller - The pinch to zoom functionality does not work when the image is small ( for example 300 x 300).

Pinch to zoom works fine with large images (for example image taken with iphone camera)

Any insight would be appreciated. Thank you

From the code it seems this is deliberate:

// don't let minScale exceed maxScale. (If the image is smaller than the screen, we don't want to force it to be zoomed.)
MaximumZoomScale = maxScale;
MinimumZoomScale = minScale;

In any case, please attach your complete sample (with small images) so that we're trying the same thing.

We have not received the requested information.

If you are still experiencing this issue please provide all the requested information then click the Reopen Issue button.

Thanks!