Hello all,
Recently I started a project which uses qwebview to show html/js pages. Dojo toolkit with dijit widgets is used to visualize things nicely. I want to use this with a touchscreen, but am wondering whether native gestures from QT can be used.
-I can zoom / scroll / … the entire frame of a webpage with native QT events.
-I can emulate zoom/scroll using dojo/touch
Is it also possible to use native gestures for widgets withing a webframe? (everything within DIV tags)
↧