Rank: Newbie Groups: Member
Joined: 6/4/2014 Posts: 1
|
Please could you implement event handlers so the webpages can be navigated using the mouse Back and Forward buttons, just like in Chrome.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
We have posted a new build that added MouseClick event which would be triggered when you click the navigation button. You can download the new build from our download page.
The event argument's Button property will be XButton1 or XButton2 in this case. You can handle the event to decide what to do with them, most application use XButton1 for Back and XButton2 for forward.
Thanks!
|