Error MSGesture is not defined on Object2vr 3.1.5

Q&A about the latest versions
Post Reply
FGrignoux
Posts: 4
Joined: Tue May 22, 2018 1:53 pm

Hi !

I updated my object2vr script from 3.0/10616 (an old one) to 3.1.5/10768 and I know have a javascript error on chrome, mozilla and IE11 :

Code: Select all

ReferenceError: MSGesture is not defined
In the unminified script we can see :

Code: Select all

function Xb(a) {
oa || (oa = new MSGesture, oa.target = c.control);
oa.addPointer(a.pointerId)
}
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

HI,
This should not cause a problem.
However what is odd is that Object2VR 3.1.5 should not show this.
Can you send some screen shots that display the problem.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
FGrignoux
Posts: 4
Joined: Tue May 22, 2018 1:53 pm

Hi,
Here is a screenshot of the error :
Image

It happens when initiating a rotation.
M. Kräckmann
Posts: 47
Joined: Mon Feb 22, 2016 3:38 pm

I am facing the same issue.
Google Chrome console is throwing a lot of "uncaught errors" and some "Deprecation" (Synchronous XMLHttpRequest) - same in FF.
Currently I do not recognize any problems with my 360 :)
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi FGrignoux,
Do you have a link to the project online?
Cheers,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply