Hello,
We've encountered an issue with the JavaScript history API using EO.WebBrowser v18.1.91.0
I've seen the
other post on the matter and it does not seem to be exactly the same.
Here are the steps to reproduce:
1. create a WebView and open it directly to
https://www.essentialobjects.com2. click on
Products > EO.WebBrowser for .NET and wait for load
3. execute the following JavaScript via EvalScript:
expected result: navigates back to home page
actual result: nothing happens
4. click on
Products > EO.Wpf for .NET and wait for load
5. execute the following JavaScript via EvalScript:
expected result: navigates back to EO.WebBrowser for .NET
actual results: navigates back to EO.WebBrowser for .NET
6. execute the following JavaScript via EvalScript:
expected result: navigates back to home page
actual result: navigates back to home page
I checked with Chrome and it behaves as expected.