You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Fragment part of the URL is being stripped away after call to the Browser.OpenAsync(string uri)
Steps to Reproduce
Call Browser.OpenAsync with the URL that has a fragment part
e.g Browser.OpenAsync("https://github.com/xamarin/Essentials/blob/master/SUBMITTING-ISSUES.md#ios-specific-concerns")
Expected Behavior
Native browser is loaded and the URL is https://github.com/xamarin/Essentials/blob/master/SUBMITTING-ISSUES.md#ios-specific-concerns
Actual Behavior
Native browser is loaded and the URL is https://github.com/xamarin/Essentials/blob/master/SUBMITTING-ISSUES.md
Description
Fragment part of the URL is being stripped away after call to the
Browser.OpenAsync(string uri)Steps to Reproduce
Browser.OpenAsyncwith the URL that has a fragment parte.g
Browser.OpenAsync("https://github.com/xamarin/Essentials/blob/master/SUBMITTING-ISSUES.md#ios-specific-concerns")Expected Behavior
Native browser is loaded and the URL is
https://github.com/xamarin/Essentials/blob/master/SUBMITTING-ISSUES.md#ios-specific-concernsActual Behavior
Native browser is loaded and the URL is
https://github.com/xamarin/Essentials/blob/master/SUBMITTING-ISSUES.mdBasic Information
Reproduction Link
https://github.com/appsourcers/Browser.OpenAsync.Issue