-
Notifications
You must be signed in to change notification settings - Fork 106
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
Does the API recognize events on multiple DOM elements #28
Comments
@ppcano Roy. |
@royshil, did you test/plan/discuss during project development, if it could be possible to fire events on individual DOM elements depending if the event was initiated on the visual render area of the specific html element. $element1.bind("DepthJSEvent", function() {});
$element2.bind("DepthJSEvent", function() {}); On this case, the event should only be fired to the specific element, if the event was initiated at the element rendered area. I guess, that is not a trivial problem, but that fits perfect for my purpose, and any feedback would be really appreciated. lg |
@ppcano In fact the "link clicking" capability of the gestual browser application (the standard application for DepthJS) is doing something very similar - looking for lins that are under the blue marker. |
@royshil, please, could you please point me where the project is located? Now, i have no time to implement anything, so just wanted to take a look and value the required efforts , but i hope i/we write the proof-of-concept app you mentioned. |
@ppcano You can see how the "link clicking" is implemented here: |
Hi, i am wondering how the API works.
I would like to have in the webpage multiple elements which respond individually to the gesture recognition.
Is that possible with the current version, or on the other hand, the API fires the specific events globally.
Thanks and congratulations for the job.
The text was updated successfully, but these errors were encountered: