Questions tagged [mr.gestures]

MR.Gestures handles all the touch gestures in your Xamarin.Forms mobile apps

MR.Gestures handles all the touch gestures in your Xamarin.Forms mobile apps. More infomation found at Mr.Gesutres.com and nuget package

10 questions
3
votes
2 answers

Xamarin: how to get cursor/touch coordinates (position X and Y)?

Introduction I am creating my first Xamarin app (that will target UWP first, then Android, finally maybe iOS). Basically, the app should detect multiple fingers and circles will pop over each finger and follow them. My app First I thought that UI…
Quentame
  • 254
  • 1
  • 4
  • 13
2
votes
1 answer

Drag an irregular shape in Xamarin.Forms

I have a Xamarin.Forms app where I need to drag irregularly shaped controls (TwinTechForms SvgImageView) around, like this one: I want it to only respond to touches on the black area and not on transparent (checkered) areas I tried using…
Sten Petrov
  • 10,943
  • 1
  • 41
  • 61
1
vote
1 answer

C#: AccessViolationException when drawing in SKCanvas

Introduction I am creating my first Xamarin app (that will target UWP first, then Android, finally maybe iOS). Basically, the app should detect multiple fingers and circles will pop over each finger and follow them. The problem I am having an…
Quentame
  • 254
  • 1
  • 4
  • 13
1
vote
2 answers

Block event while animations is running

I'm working on a app where i have implanted a swipe function. When the user swipe a box it's fire a event where the box is animated to slide a side. where i created the animations like shown below boxview.Swiped += (s, e) => { if (e.Direction ==…
DaCh
  • 921
  • 1
  • 14
  • 48
1
vote
2 answers

Manage Nuget for solution tells me to update package but provides no projects to update

When I click Manage Nuget for Solution on my Solution I check for updates and see that one of my Packages Mr.Gestures (although I'm not sure the package matters) needs updating. I click Update and it asks me to Select Projects but provides me with…
JKennedy
  • 18,150
  • 17
  • 114
  • 198
0
votes
0 answers

MR.Gestures ContentView on Tapped event has TapEventArgs.Touches null on iOS Simulator

I have a control inherited from MR.Gestures.ContentView and subscribing to Tapped += PinchToZoomContainer_Tapped in constructor. Also adding and image and some other control into AbsoluteLayout which being set to Content. Inside of the even handler…
Agat
  • 4,577
  • 2
  • 34
  • 62
0
votes
1 answer

Is it possible to combine FFImageLoading with Mr.Gestures?

Is it possible to combine FFImageLoading with Mr.Gestures? If so how would that be possible? Its being mentioned in this thread: https://forums.xamarin.com/discussion/32956/mr-gestures-handles-all-touch-gestures/p8
lolelo
  • 698
  • 6
  • 18
0
votes
1 answer

Long pressed event for MR.grid (inside listview) call twice in xamarin.forms in IOS

I am using MR.Gestures plugin to handle single tap and long pressed event.
RMR
  • 599
  • 3
  • 12
  • 35
0
votes
2 answers

How to find long pressed selected item from list view for long press event using MR.Gestures in Xamarin form

I m using MR.Gestures for long press event on list view. I m able to trigger long press event but not able to get listview selected long press item.
kittu
  • 265
  • 1
  • 5
  • 17
0
votes
1 answer

Pass gestures to children

I have an app with a game board and can pick up and move tiles around with panning using mr.gestures, that's working well. My game board is a MR.Gestures.AbsoluteLayout and that's where I capture the panning gesture. If I add that game board as a…
Daniel
  • 1,317
  • 2
  • 11
  • 21