Open GoogleCodeExporter opened 9 years ago
When clicking an edit field there is no virtual keyboard appearing,
but this could be implemented on your own by injecting javascript
on web pages through LoadHandler.OnLoadStart() or OnLoadEnd(), the
same can be done for other touch related behavior, when
--touch-events=enabled flag is passed then javascript touch events
will be enabled (touchstart, touchend, touchmove), allowing you to
override the default behavior or implement the missing one.
Original comment by czarek.t...@gmail.com
on 1 Jun 2013 at 9:33
When switches are set programatically they must be set in two places:
* CefApp::OnBeforeCommandLineProcessing()
* CefBrowserProcessHandler::OnBeforeChildProcessLaunch()
Original comment by czarek.t...@gmail.com
on 13 Jun 2013 at 7:15
There is no touch support on Linux yet?
https://groups.google.com/a/chromium.org/d/topic/chromium-discuss/p_mI45gP7q8/di
scussion
Original comment by czarek.t...@gmail.com
on 15 Nov 2013 at 9:05
See Issue 101 (Linux and Aura).
Michael Goffioul has created a port of CEF with Aura support, that adds
multitouch support on Linux. See the topic:
https://groups.google.com/d/topic/cefpython/qMB6D8xWBC8/discussion
Original comment by czarek.t...@gmail.com
on 8 Jan 2014 at 4:01
See issue 1059 in CEF Issue Tracker:
"Cef3: Multi-touch support with offscreen rendering."
https://code.google.com/p/chromiumembedded/issues/detail?id=1059
In comment #7 there is an initial patch for Windows.
Original comment by czarek.t...@gmail.com
on 8 Jan 2014 at 4:14
CEF Python supports setting command line switches programmatically, see Issue
65. This is in regards to the --touch-events=enabled flag.
Original comment by czarek.t...@gmail.com
on 8 Jan 2014 at 4:18
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 24 May 2013 at 4:03