-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I'm using iOS 18 with Flagship app from the store.
I uninstalled Twake Chat and I rebooted my phone.
I connect to an instance with access to mail & chat. If I click on "chat" or "mail" nothing happens.
Since mail & chat have app.mobile https://github.com/cozy/cozy-twakemail/blob/master/manifest.webapp#L45
we should call https://github.com/linagora/cozy-flagship-app/blob/master/src/libs/functions/openApp.js#L177
Then we should arrive to https://github.com/linagora/cozy-flagship-app/blob/master/src/libs/functions/openApp.js#L89
For mail I've the mobile app installed, I took the link here https://github.com/cozy/cozy-twakemail/blob/master/manifest.webapp#L46C16-L46C42 and call myself the custom schema, it worked.
But when clicking from the flagship app, nothings happen.
For Chat, I don't have the app installed, so I should have seen the Alert to redirect me to the store. But nothing happens.