xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

camera.js broken on iOS devices #133

Closed ksons closed 8 years ago

ksons commented 9 years ago

Issue from mailing list. Needs to be confirmed.

csvurt commented 9 years ago

Confirmed with Safari on iOS8. I'll see if I can rustle up an Apple development machine to take a closer look.

csvurt commented 9 years ago

Turns out this was an issue in our touch event handler in xml3d.js. I've tested this fix with Android Chrome, Android Firefox, iOS 8 Safari and iOS 8 Chrome and they all seem to work properly with camera.js now.

I'll roll this out to v4.9 with the next hotfix and it'll of course be in 5.0 too.