DLToolkit.Forms.Controls icon indicating copy to clipboard operation
DLToolkit.Forms.Controls copied to clipboard

Does not move or zoom in XF 4

Open rezamohamed opened this issue 5 years ago • 2 comments

I have created a project and added what is required for the 'simple example', the image appears, but the image does not zoom or move. Can someone tell me if this still works please?

Heres my main.xaml

    xmlns:controls1="clr-namespace:DLToolkit.Forms.Controls;assembly=DLToolkit.Forms.Controls.ImageCropView"
    xmlns:ffimageloading="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms"

            <controls1:ImageCropView HeightRequest="300" WidthRequest="300" x:Name="cropView"
                                   Source="http://photos2.insidercdn.com/iphone4scamera-111004-full.JPG">
                <controls1:ImageCropView.PreviewTransformations>
                    <transformations:CircleTransformation />
                </controls1:ImageCropView.PreviewTransformations>
            </controls1:ImageCropView>

Android mainactivity.cs FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true);

<PackageReference Include="DLToolkit.Forms.Controls.ImageCropView" Version="1.0.7" />
<PackageReference Include="PropertyChanged.Fody" Version="3.2.6" />
<PackageReference Include="Xamarin.FFImageLoading" Version="2.4.11.982" />
<PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.11.982" />
<PackageReference Include="Xamarin.FFImageLoading.Transformations" Version="2.4.11.982" />

rezamohamed avatar Feb 20 '20 22:02 rezamohamed

@rezamohamed I had the same problem in my Xamain.Forms Project. I managed to get it working by downgrading FFImageLoading nugets to the v2.4.6.929 versions.

wstanczewski avatar Mar 20 '20 10:03 wstanczewski

#268 Same problem

lsaudon avatar Apr 16 '20 12:04 lsaudon