rrwen/google_streetview

WPF Web Browser control and Google Streetview

bbulla24 opened this issue · 0 comments

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.

I've posted on MSDN, but they recommended I use this forum: https://docs.microsoft.com/en-us/answers/questions/953602/wpf-web-browser-control-and-google-streetview.html?childToView=962150#comment-962150

Thanks