hello everyone
I have installed deeplink plugins (https://ionicframework.com/docs/v3/native/deeplinks/) and it didn’t work for me.
when i click <a href=“capmission_client//”></a> it not open my apps !
my deeplink plugins configuration :
<plugin name="ionic-plugin-deeplinks" spec="1.0.19">
<variable name="URL_SCHEME" value="capmission_client" />
<variable name="DEEPLINK_SCHEME" value="https" />
<variable name="DEEPLINK_HOST" value="capmission.parent.ma" />
<variable name="ANDROID_PATH_PREFIX" value="/" />
</plugin>
i have added it in my app.component.ts and in my app.module.ts in Providers:
constructor(
private deepLinks:Deeplinks
)
///providers