eventManager without react #5646
Unanswered
farfromrefug
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Event handling is implemented by mjolnir.js. Perhaps you can implement a compatible EventManager that binds to your nativescript APIs. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am integrating deck.js inside Nativescript. It is a cross platform mobile framework which binds the JS world with native (java, objc).
I got deck.js to render but i dont get any "gesture".
This is mostly due to the fact that i initiate
Deckwith thegloption and thus no DOM element to register events from.In Nativescript we have all gestures, i would just need some guidance on how to "pass" Nativescript gesture events to deck.gl.
It seems i need to to that with
EventManagerbut i could not find how to do that. Is there some example (like maybe mock test of gestures ?) that would help me in implementing this?Thanks
Beta Was this translation helpful? Give feedback.
All reactions