how can cordova open app from http or https url?

后端 未结 4 1548
刺人心
刺人心 2021-02-04 08:03

I found many answers for a custom URL-Scheme like this (mycoolapp://somepath).

This plugin for example adds a custom URL-Sheme.*

But I don\'t want a

4条回答
  •  Happy的楠姐
    2021-02-04 08:48

    What you are looking for is called "Universal Links" on iOS and "Deep Linking" on Android.

    And there is a Cordova plugin to handle that: https://www.npmjs.com/package/cordova-universal-links-plugin

提交回复
热议问题