-
I have maps with several markers created like this
marker = [[RMMarker alloc] initWithUIImage:[UIImage imageNamed:@"icon.png"] anchorPoint:annotation.anchorPoint];
markers somehow consumes the touch…
-
I've been experimenting with the v2 release candidate as of commit 6063b6ab75d4690bdcd35469c3d0e98279b23ed9. I don't know what's supposed to work and what isn't yet. Swipe, tap, and drag events all wo…
-
Hi fljot,
We don't see a difference in gesture recognition timing when we change the tap.maxTapDelay value. Shouldn't this alter the timer duration associated with the TouchEnd detection of the TapG…
-
I have a movieclip with a SwipeGesture associated with it, and a PanGesture attached to one of it's children. I'd like to have the PanGesture on the child take precedence over the Swipe on the parent.…
-
Please let me know if there is a better place to ask GesTouch questions that are not related to Starling. Meanwhile:
I'm using the freeTransform to manipulate objects. I don't want the user to have t…
CoIin updated
11 years ago
-
Touch is heavily delayed and it is not related to the framerate.
http://www.youtube.com/watch?v=JA_WpkGxqZs&feature=youtu.be
Reverting to the state of pull request #760, it seems to be fine. Revertin…
Nezz updated
12 years ago
-
When performing a double tap on a marker, the map zooms in. In contrast, when performing a two finger double tap where one of the fingers hits a marker, does not cause a zoom out but a zoom in. Furthe…
-
I have implemented a prototype of KPV launcher for Kindle touch and Kindle Paperwhite. The launcher runs as a [JBPatch](http://wiki.mobileread.com/wiki/JBPatch) which overrides native Kindle ReaderBoo…
chrox updated
12 years ago
-
Gestures wait for 2nd strike but 4 is still not recognised.
Actually it is recognised when i want to enter a 'G'.
-
I get this error now when damaging player (commit 6b5594c):
```
UnassignedReferenceException: The variable damageTex of 'playerUI' has not been assigned.
You probably need to assign the damageTex var…