mozilla-mobile / android-components

⚠️ This project moved to a new repository. It is now developed and maintained at: https://github.com/mozilla-mobile/firefox-android

Home Page:https://github.com/mozilla-mobile/firefox-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canceling the "Open in app?" displays an empty page

iorgamgabriel opened this issue · comments

Prerequisites

Have Youtube, or Maps apps installed.

Steps to reproduce

  1. Go to Settings - Advanced, and enable the "Open links in apps" toggle.
  2. Exit settings, and go to youtube.com, or maps.google.com.
  3. On the "Open in apps?" tap on "Cancel".
  4. Observe the page.

Expected behavior

The page loads in browser, without issues.

Actual behavior

The page is blank.

The original ticket from Focus mozilla-mobile/focus-android#7777
This bug was introduced with this pr #12382

  • Android device: all devices
  • App (fenix, focus, ...): focus
  • App version: from 103 until present

┆Issue is synchronized with this Jira Task

Reopening to fix the root cause

The root cause is that we need to have some way of loading URI without it intercepted even when interceptsAppInitiatedRequests is set to true.