MichaelRumpler / GestureSample

Sample App for MR.Gestures
MIT License
58 stars 17 forks source link

tapped in a binded imaged #21

Closed rickerk6gdo closed 4 years ago

rickerk6gdo commented 5 years ago

The tappped event doesn fire in the following code

<mr:Image x:Name="SnapImage" Source="{Binding SnapImage}" Margin="20,10,20,10" HorizontalOptions="End" VerticalOptions = "End" IsVisible="True" Tapped="ImageTapped">

            </mr:Image>

if I put a static name to source (i..e somthing.png) it doesn...

thoughts?

MichaelRumpler commented 4 years ago

This is basic functionality which works for everybody. Please have a look at the GestureSample how it is done there. If it still doesn't work for you, then add a repro project.

rickerk6gdo commented 4 years ago

I noticed the problem is when extra tags are around it. works under 12.4.0.64 but not under 13.x

reporting to microsoft also.

adding repo code GestureSample.zip