You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not an Android developer at all but this seems wrong to be. The documentation of Android mention that a data tag without at least a scheme does not make sense. Not sure what this plugin tries to achieve here: any idea?
It looks like config.xml declaration order matters. If I put <universal-links> after the <plugin name="cordova-plugin-customurlscheme" spec="4.2.0">, I am able to get the expected android manifest
Hi,
I need in my app both deep linking (with cordova-universal-links-plugin, not hacky redirect) and custom url scheme.
The "universal link" plugin needs to setup manifest:
But just afterward, the "custom url scheme" plugin overrides that declaration with:
I'm not an Android developer at all but this seems wrong to be. The documentation of Android mention that a data tag without at least a scheme does not make sense. Not sure what this plugin tries to achieve here: any idea?
Here's the commit from @EddyVerbruggen
It could be nice to make sure that both plugins work fine together. Thanks
The text was updated successfully, but these errors were encountered: