I am using v3.04.4 basic (CEF).
We are using this with (Dell) touchscreen monitors. When we use Chrome (normal browser) we are able to navigate web pages by swiping left/right for back/forward.
This doesn't work with PWB, swiping left/right has no effect whatsoever - only the left/right arrow buttons in the nav bar work.
Is this normal behavior of PWB?
Thanks
Browser Navigation
Re: Browser Navigation
All the Chrome settings have a command line equivalent in PWB CEF. Try adding one or more of the following to the PWB command line.
--touch-events
--enable-touch-drag-drop
--enable-touch-editing
--disable-usb-keyboard-detect
For example:
C:\...\PWB.exe --touch-events --enable-touch-drag-drop --enable-touch-editing
More information:
http://peter.sh/experiments/chromium-co ... -switches/
--Scott
--touch-events
--enable-touch-drag-drop
--enable-touch-editing
--disable-usb-keyboard-detect
For example:
C:\...\PWB.exe --touch-events --enable-touch-drag-drop --enable-touch-editing
More information:
http://peter.sh/experiments/chromium-co ... -switches/
--Scott