Hey Richard, For that to work, WGLWidget must be extended to support touch events. Wt already supports touch events, but WGLWidget is not aware of them. See WInteractWidget::touch[Started|Ended|Moved]()
The approach should be: - single finger -> do what mouse drag does now - two fingers -> do what mouse wheel does now If you're inclined to implement this yourself, you'll need to modify src/js/WGLWidget.js and src/Wt/WGLWidget.C. Otherwise, file a feature request in redmine and assign it to me :-) Best regads, Wim. 2011/7/5 Richard Ulrich <ri...@paraeasy.ch>: > Hi Guys, > > this question is not specifically about wt, but more about Firefox on > Android. > I have a wt app with a WebGL widget. Firefox on Android loads it and > displays the initial scene. But I couldn't figure out how to rotate, > zoom and pan the WebGl scene. Any zooming and panning was applied to the > whole page. > I read somewhere that on the iPhone you have to use two fingers to > scroll a scroll-area withing another scroll-area. > > Rgds > Richard > > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > witty-interest mailing list > witty-interest@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ witty-interest mailing list witty-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/witty-interest