-
Notifications
You must be signed in to change notification settings - Fork 0
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
WebPlugin onclick event #1
Comments
On OSX, it just works: I'm not positive it works on Windows - if you can test and report back here - there already is a (quite hideous) hack for mousemove events for windows (see README and hack.js for details) |
this code doesn't work in OSX:
|
It does work for me. Can you report:
Thanks! |
|
Strange... Thanks again. |
Sorry, it is my mistake. I had some changes in original demo and video object was under the another div layer, so video showed, but mouse event not captured. Thank you! |
I have checked this in Windows. It seems, that onclick & onmousemove events works only if player don't playing movie (only on blackscreen video-object) |
Mousemove event should (kind of) work (but you need to use hack.js from the demo folder). Indeed mouseclick don't work - this is a platform limitation - I'll look more into it, but I wouldn't hold my breath unfortunately. |
Tracking ticket: #5 |
Yes, I use hack.js. May be trouble in QT 5.1, but I already use global document mousemove event for my needs |
Ok - I'll try with 5.1 soon then! |
Hello, how I can catch webplugin video object mouse onclick event?
The text was updated successfully, but these errors were encountered: