Hi Everyone, I have a Problem with my current MonoTouch project on the iPad. Users' touch inputs comes partially delayed.
I have placed an output to the console to see how long does it takes to recognize my touch input in the method "TouchesBegan". As soon as I make the inputs quickly, the touches are recognized slowly. The more faster I make the inputs, the more later the inputs are recognized in the methode "TouchesBegan". Another problem is that if I have awaited inputs and changed the app, then my app is crashed because the tasks of my application are running long time in the background. Is there a way to reset the entire input, for example if I made a triple-touch input? It would be appreciated if you could make some suggestions. I use: - MonoDevelop 2.8.6.4 - MonoTouch 5.2.3 - iOS 5.0.1 (9A405) Thanks, Alex -- View this message in context: http://monotouch.2284126.n4.nabble.com/Touches-are-recognized-with-delay-tp4390280p4390280.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
