Hi,
I have a URL which I try to access using the Device.OpenUri function. This URL contains a bunch of query string paramerte with redirect links. When I try to simply paste the URL is works fine an redirects correctly. When I create the Uri object, it removes the encoding and show the slashes '/' and colon ':' and it does not redirect as expected in device browsers.
Any one faced similar issues?
Thanks