42

The Chrome custom tabs doesn't seem to launch other apps by deeplinking.

For example a PayPal payment, when Chrome is launched with this URL. It will ask the user if the URL has to be opened with the PayPal app or with Chrome.

But this is not the case with Chrome custom tabs.

If I use an custom scheme(myapp://deeplinkurl/) it works correctly.

How can I allow to let apps override the http scheme?

4
  • 1
    Ion, are you asking about links inside a webpage or links you open with a custom tab?
    – sbirch
    Jan 25, 2016 at 22:48
  • 1
    Links inside the loaded webpage, the users gets a page with multiple payment options. If PayPal is selected, it doesn't open de PayPal app. The Chrome browser itself does. Jan 26, 2016 at 10:58
  • did you ever find a solution to this?
    – kassim
    Dec 13, 2017 at 14:53
  • 4
    Custom Chrome Tabs just support custom schemes, http/https won't be launched as a application intent. Dec 14, 2017 at 15:56

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.