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

Touch events #473

Closed
favill42 opened this issue Sep 14, 2014 · 9 comments
Closed

Touch events #473

favill42 opened this issue Sep 14, 2014 · 9 comments
Labels

Comments

@favill42
Copy link

I'm using the CefSharp nuget package (not prerelease) which I beleive is based on CefSharp1.

How do I enable touch events?

@amaitland
Copy link
Member

See #228

@favill42
Copy link
Author

Thanks, although I must be going mad as I can't find "settings.CefCommandLineArgs"?

@amaitland
Copy link
Member

That comment may actually only be relevant to CefSharp3 so might not be very helpful to you.

Is it just the lack of official release that's keeping you from using CefSharp3 or is another feature missing?

@favill42
Copy link
Author

It's the ability to register a C# object with JavaScript which I need also.

Is the JsBinding_WIP stable enough to use?

@amaitland
Copy link
Member

The core functionality works, I'm actively working to squash any bugs, so if your up for being an early adopter and don't mind going through the bug fixing process if you come across anything. Running the WPF Example should give you a fair idea of where things are at, you can execute javascript against a bound object.

@favill42
Copy link
Author

OK cool. Unfortunately the project am working on am stuck in Windows Forms. I'll have a play see what I can find.

@amaitland
Copy link
Member

The same functionality should be implemented in WinForms if you find something that isn't then let me know.

@favill42
Copy link
Author

Found an issue see #475

@amaitland
Copy link
Member

Did you get touch events working?

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