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

FF4 - Operation is not supported" code: "9 #1

Open
JohnRSim opened this issue May 2, 2011 · 2 comments
Open

FF4 - Operation is not supported" code: "9 #1

JohnRSim opened this issue May 2, 2011 · 2 comments

Comments

@JohnRSim
Copy link

JohnRSim commented May 2, 2011

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.

@JohnRSim
Copy link
Author

JohnRSim commented May 3, 2011

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);

@davidonet
Copy link

'event' not defined can be fixed by 'document.event'

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

2 participants