Re: [mono-android] Swiping like iPhone

2012-05-28 Thread Roy Goode
Instead of applying the GestureListener to individual views, set the containing view's GestureListener (e.g. LinearLayout or RelativeLayout). This should then work for all the views inside the container. On 28 May 2012 07:47, Fencer04 wrote: > I have swiping working to some extent but I have

[mono-android] Swiping like iPhone

2012-05-28 Thread Fencer04
I have swiping working to some extent but I have a series of textviews and spinners that are on the screen and it seems like if I don't swipe straight across one of them and go just a little across two of them it doesn't pick it up that well. In general I don't think that it is picking up the swipe