Skip to content

πŸ” Zoom in on the image with the pinch πŸ‘Œ of your fingers or double tapping πŸ‘†

Notifications You must be signed in to change notification settings

TBertuzzi/Bertuzzi.MAUI.PinchZoomImage

Repository files navigation

Bertuzzi.MAUI.PinchZoomImage

Zoom in on the image with the pinch of your fingers.

A simple way to zoom in and zoom out on your images with MAUI.

This is the component, works on iOS, Android

NuGet

Name Info
Bertuzzi.MAUI.PinchZoomImage NuGet

Platform Support

PinchZoomImage is a MAUI library.

Setup / Usage

Does not require additional configuration. Just install the package in the shared project and use.

You just need to add the reference in your xaml file.

  xmlns:pinch="clr-namespace:Bertuzzi.MAUI.PinchZoomImage;assembly=Bertuzzi.MAUI.PinchZoomImage"  

Control

Use with the image control

 <pinch:PinchZoom>
     <pinch:PinchZoom.Content>
         <Image Source="xxamarin.jpg" />
     </pinch:PinchZoom.Content>
 </pinch:PinchZoom>     

The complete example can be downloaded here: https://github.com/TBertuzzi/Bertuzzi.MAUI.PinchZoomImage/tree/master/PinchZoomImageMauiSample

Base on my package : https://github.com/TBertuzzi/Xamarin.Forms.PinchZoomImage

About

πŸ” Zoom in on the image with the pinch πŸ‘Œ of your fingers or double tapping πŸ‘†

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages