We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I`m getting Operation is not supported" code: "9"
var evt = document.createEvent('CustomEvent'); Line 28
I have npTuioClient NPAPI setup on firefox Using TUIOdroid as the interface and not TongSeng
Also I noticed line 84 on touch.html returns - event is not defined.
The text was updated successfully, but these errors were encountered:
To fix - update magicTouch.js line 28 to var evt = document.createEvent('HTMLEvents');
Also I`m working with touchlog.html please update event listener useCapture with false
rect.addEventListener('touchstart', function(event) { console.log('touchstart on r1'); console.log(event.targetTouches); },false);
Sorry, something went wrong.
'event' not defined can be fixed by 'document.event'
No branches or pull requests
I`m getting Operation is not supported" code: "9"
var evt = document.createEvent('CustomEvent');
Line 28
I have npTuioClient NPAPI setup on firefox
Using TUIOdroid as the interface and not TongSeng
Also I noticed line 84 on touch.html returns -
event is not defined.
The text was updated successfully, but these errors were encountered: