Re: [Jmol-users] Gestures

2012-12-12 Thread Otis Rothenberger
Thanks Bob. That will work. This is for HTML5 in an on-line textbook. We just want some mouse/finger rotation without other things getting in the way, especially on an iPad. On the iPad, I think accidental double tap was the real problem. We changed double tap to reset, and that seems to work

[Jmol-users] Gestures

2012-12-10 Thread Otis Rothenberger
Bob, Is there a command to turn off (unbind) gestures other than finger drag? We're trying some iPad stuff where we want only model rotation. Otie -- Otis Rothenberger o...@chemagic.com http://chemagic.com --

Re: [Jmol-users] Gestures

2012-12-10 Thread Robert Hanson
you can turn off anything that is bound. Are we talking about HTML5? You can just go into the JavaScript code in jsmol.js. I think you just have to have Jmol._gestureUpdate(canvas, ev)) return false. On Mon, Dec 10, 2012 at 1:42 PM, Otis Rothenberger osrot...@chemagic.comwrote: Bob, Is