Skip to content
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

Pulltorefresh event #1645

Closed
YurdagulP opened this issue Mar 24, 2016 · 2 comments
Closed

Pulltorefresh event #1645

YurdagulP opened this issue Mar 24, 2016 · 2 comments
Labels

Comments

@YurdagulP
Copy link

Hi,

In my wpf project, I use 47.0.3.0 version of Cefsharp chromium. Pulltorefresh works when I clicked on two button of mouse at the same time, how can I set it to work with only left button click?

Is there any event to provide only left click instead of "touch-events"?

CefSettings settings = new CefSettings();
settings.CefCommandLineArgs["touch-events"] = "disabled";
Cef.Initialize(settings, true, true);

Thanks.

@amaitland amaitland added the wpf label Mar 29, 2016
@amaitland
Copy link
Member

WPF does not have touch support as it's not yet implemented upstream, see #228

Pulltorefresh works when I clicked on two button of mouse at the same time, how can I set it to work with only left button click?

The WPF control doesn't provide any special consideration for Pull to Refresh so I'm not really sure what your referring to here.

In general, if you require a custom behavior, it's best to search through the source code to see how the current control is implemented.

@amaitland
Copy link
Member

Closing due to lack of response from OP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants