I have to use cordova-plugin-deeplinks because another library is using it. (I know that Capacitor provides Plugins.App.addListener('appUrlOpen'...)
).
If I would run a Cordova project, I would need a config.xml looking like this:
<universal-links>
<host name="example.com" event="keycloak" />
</universal-links>
Can I use the capacitor.config.json
file somehow?
1 post - 1 participant