WebBrowser Problem on Android

I have a group of devices set up using DeviceBrowser. The Details.xaml is using a WebBrowser control that gets it’s IP from the device selected in DeviceBrowser. When I run my project in the software emulator, everything works great, but on Android, it appears that the first page IP used by WebBrowser persists. The correct IP is being passed to the Details.xaml but not being displayed. I’m using the OpenDetails method to do this. On the WebBrowser control, I’ve bound the URL using @Device

Thanks for the help