Rank: Member Groups: Member
Joined: 9/30/2015 Posts: 16
|
We are using WebBrowser in a touch kiosk application, and want to have a sliding timeout for entering some sort of screen-saver mode.
We normally monitor Preview events for mouse, keyboard and touch to handle this, but when using WPF WebBrowser control, we don't get events for touch. We get the PreviewMouseDown and PreviewKeyDown, but not PreviewTouchDown...
Is this a bug, or can I request this as a feature?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
This is not supported in the current version. In the current version only keyboard and mouse events WPF integrations are supported. We will look into to see if we can support touch event in our 2020 release.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 3/13/2019 Posts: 6
|
Hi,
We're having almost the exact same problem and would like to see support for this as well.
|