Rank: Advanced Member Groups: Member
Joined: 3/10/2020 Posts: 59
|
We are converting the usercontrol which is having the EO browser to framework element and assigning that to the content presenter. Once the Web page gets loaded successfully in the WPF screen , the click event(hyperlink, tab, button click) within the webpage does not happen. Please advise on this issue.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, The event can be canceled at multiple stages before it's finally handled by the Web page. See here for more details: https://www.essentialobjects.com/doc/webbrowser/advanced/input_events.htmlSo please check if you have canceled the event somehow in your code. If that's not the problem, you can try to isolate the problem into a test project and send the test project to us: https://www.essentialobjects.com/forum/test_project.aspxOnce we have that we will investigate further here. Thanks!
|