Rank: Advanced Member Groups: Member
Joined: 6/20/2016 Posts: 32
|
I am trying to cancel the browser navigation when the user clicks on certain links.
I realize that usually you would handle the BeforeNavigate event and just use e.cancel, but in this case the event is never fired.
URLChanged, IsLoadingChanged, etc. do fire, just not the BeforeNavigate event.
It usually works fine, just not for this particular section of a website that I am working with.
Any assistance you can provide or alternate methods to cancel the navigation would be much appreciated.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, BeforeNavigate is the right event for this purpose. If you continue to have problem, please send a test project to us: https://www.essentialobjects.com/forum/test_project.aspxOnce we have that we will be happy to investigate further. Thanks!
|