-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Add WPF TouchScroll/Multitouch Support #228
Comments
This comment has been minimized.
This comment has been minimized.
Until the Please no further comments asking when it will be ready, it's out of our control. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I have tested on MS Surface Pro 4. I changed the CefSharp.Wpf.Example project to use ChromiumWebBrowserWithTouchSupport. I encountered one issue: When i do this another issue happens: The input focus issue happens also in CefSharp.WinForms.Example. There i can reproduce it by: |
Stylus/Pen support has been improved in #2817 the changes will be in version Anyone testing this out please report back here. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Unless there are any further reports of errors between now and the Anyone who has a few moments please test |
This comment has been minimized.
This comment has been minimized.
Sorry amaitland - installing x86 version of Visual C++ runtime helped - i deleted the issue. |
@cristiancarli Use
@Clemani If you are using a build of System.AppContext.SetSwitch("Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport", true); At line https://github.com/cefsharp/CefSharp/blob/master/CefSharp.Wpf.Example/App.xaml.cs#L16 There's a bug in |
Thanks amaitland. |
@amaitland Hi, will the multitouch feature of |
@Clemani Thanks for the feedback, based on this I'll leave out the
Can you please clarify which keyboard issue
How does the Please test with the following
@DelTaGC The |
- Touch support moved from ChromiumWebBrowserWithTouchSupport - Stylus support was left in ChromiumWebBrowserWithTouchSupport as needs more testing The CefSharp.Wpf.Example still has System.AppContext.SetSwitch("Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport", true); You will need to remove this for testing Issue #228
Touch support has been moved from Stylus/Pen support is still in |
o For ex. enter www.google.com into the address box and press enter. Off-topic: The WinForms keyboard issue on touch devices is described here: https://bitbucket.org/chromiumembedded/cef/issues/1797/windows-touch-does-not-return-focus-to-the
How can i inject finger events ? Changing and compiling CEF is out of my scope. |
@Clemani Just download an run |
With this commandline args i cannot do anything in cefclient on a web page, finger and pen does not work at all. |
It appears that |
|
- Touch support moved from ChromiumWebBrowserWithTouchSupport - Stylus support was left in ChromiumWebBrowserWithTouchSupport as needs more testing The CefSharp.Wpf.Example still has System.AppContext.SetSwitch("Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport", true); You will need to remove this for testing Issue cefsharp#228
Anyone experiencing problems with |
There is no default virtual keyboard implementation as |
I guess this is more of a feature request than an issue but it would be nice to have multitouch support:
-Scrolling with one finger
-Zooming with pinch zoom gesture
The text was updated successfully, but these errors were encountered: