WPF Web Browser control and Google Streetview

Brian Bulla 96 Reputation points
2022-08-03T12:54:23.72+00:00

Hi,

I have a WebBrowser control that I am displaying a Google Streetview url in. In a browser such as Chrome, when you navigate the Streetview scene by clicking on the map to move one way or the other, a new url is generated and the map moves. But with the WebBrowser control it does not seem to generate a new url. The map moves, but no new url gets returned. I am using the Navigating and Navigated events, but nothing shows up.

Any advice on how to get things working? I just need to get the url so I can parse out the x/y coordinate and do other things with it.

Developer technologies Windows Presentation Foundation
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.