Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

Browser.OpenAsync strips away fragment from the URL #808

@appsourcers

Description

@appsourcers

Description

Fragment part of the URL is being stripped away after call to the Browser.OpenAsync(string uri)

Steps to Reproduce

  1. 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

Basic Information

  • Version with issue: 1.1.0
  • Last known good version: N/A
  • IDE: Visual Studio for Mac 8.0.9 (build 5)
  • Platform Target Frameworks:
    • iOS: 12.8.0.2
    • Android: 9.2.3.0
    • UWP: N/A
  • Android Support Library Version: N/A
  • Nuget Packages: Xamarin.Essentials (v1.1.0)
  • Affected Devices: All iOS and Android devices

Reproduction Link

https://github.com/appsourcers/Browser.OpenAsync.Issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-reviewThis PR needs to have a set of eyes on itbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions