-
Notifications
You must be signed in to change notification settings - Fork 84
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
Starling.dispose() loses Gestouch swipe #89
Comments
Please try this branch https://github.com/fljot/Gestouch/tree/features/71-fix-initialization – I have refactored some initialization stuff – see changelog for instructions: https://github.com/fljot/Gestouch/blob/features/71-fix-initialization/CHANGELOG.md Don't re-do all this initialization stuff when you create another Starling instance. Setup input adapter and add display list adapter only once.
and when create starling do:
|
Thanks Fljot, now it works :) |
@sankar2389 and branch code – all good? |
I use starling for book reader app. When i change the book, i'm disposing the current starling and create new starling instance.But when I created new starling, Gestouch doesn't works.
How to restart gestouch for a new starling instance
gestouch code.
}
thank you
The text was updated successfully, but these errors were encountered: