Browser Navigation

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
johnnys
Observer
Observer
Posts: 7
Joined: Fri May 29, 2015 3:04 am

Browser Navigation

Post by johnnys »

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

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: Browser Navigation

Post by Scott »

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

Post Reply