문제

I'm trying to port a game from Windows Phone into iOS with monogame and Xamarin. I stumbled upon a problem - the app doesn't react to any gestures. It works fine on an emulator but not on a real device. I checked this is set up properly

TouchPanel.EnabledGestures = GestureType.Tap

But that doesn't seem to work. I really can't figure out what's wrong.

도움이 되었습니까?

해결책

Updating MonoGame.Framework dll to version 3.1.2.0 fixed this issue. I got it from flappy bird Xamarin monogame project.

http://blog.xamarin.com/flappy-valentines-day/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top