I'm running PhoneGap 3.0.x and using the following method to open a URL in iOS' browser:
window.open('http://example.com/#anchor', '_system')
The URL launches the browser fine, but it's stripping the "#anchor" from the end of the URL. Is there any way to stop this? I've tried both the system browser and in-app browser.