Open GoogleCodeExporter opened 8 years ago
Wheel Mouse Event is not detected at first also.
I think every event can't get at first after browser.Navigate();
Default WebBrowser in VS2010 detect every event at first.
Original comment by jjnetko...@gmail.com
on 8 Jun 2012 at 3:11
Solution Found! :-) OpenWebkitSharp 2.8 Version can detect language toggle key
directly at first.
But Wheel Mouse Event can't detected directly still.
Original comment by jjnetko...@gmail.com
on 8 Jun 2012 at 7:03
Wheel Mouse event can be detected at first.
use this line.
browser.Navigate(url);
browser.Focus();
Original comment by jjnetko...@gmail.com
on 15 Jun 2012 at 4:50
Original issue reported on code.google.com by
jjnetko...@gmail.com
on 1 Jun 2012 at 10:41