Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DragKit sometimes not working on iPad #1

Open
pbernery opened this issue Jun 27, 2011 · 0 comments
Open

DragKit sometimes not working on iPad #1

pbernery opened this issue Jun 27, 2011 · 0 comments

Comments

@pbernery
Copy link

Hi,

I got a strange behavior on iPad 2 only (not on iPad 1): drag was not working. The gesture recognizer was correctly added on the main window but it never called the associated selector.
After some guesses, I saw on the DragKit commit log that you moved the gesture recognizer from a view to the main window. I tried to add the gesture recognizer on the parent view of the elements that have to be dragged and it worked. Unfortunately, I did'nt manage to understand why it didn't work when setting gesture on the main window.
My bunch of code is not really API friendly so I will not post it here, but I think DragKit should at least let the developer choose to get gestures from the main window or from a given view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant