Unless I'm being completely blind there appear to be no methods implemented in the WebBrowser class on Windows Phone 7 to navigate backwards and forwards through the pages within the browser, nor refresh the existing page?
Am I right in this assumption? Can this be achieved another way?
I have tried using "javascript:history.go(-1)" as a URI and asking the WebBrowser object to navigate to it, but that didn't do anything.