Fulguris icon indicating copy to clipboard operation
Fulguris copied to clipboard

non-http fallback URL not handling

Open Kita2345 opened this issue 3 years ago • 2 comments

Description

Problem When a NonHttpAppLink is intercepted (intent:// etc.) and the fallbackUrl is used (When no activities are found for the initial Intent), then the fallbackUrl is loaded as a normal web link.

This is problematic if the fallbackUrl is a market:// link for example, which will fail to load in the WebView.

To reproduce

Steps to reproduce the behaviour:

  1. Visit: https://studio.click.godaddy.com/FVXM/f2c4755d
  2. Dialog open in another app is not shown.

Kita2345 avatar Dec 25 '21 20:12 Kita2345

I think this ought to be fixed but I'm not sure I understand it all. The other day I had something similar I think when the DB app redirected to Fulguris but Fulguris then failed redirect to the DB app displaying an empty page with an app specific protocol.

Slion avatar Jan 02 '22 12:01 Slion

@Kita2345 When I click that link all I get is an empty page. Though it uses the https protocol.

Slion avatar Jan 02 '22 12:01 Slion