Hello all!
Maybe anyone faced with such behavior in mobile app: users add the absolute link on course or learning plan on banner or button and this link doesn't works on IOS devices in Mobile app?
At the same time on Android devices this issue not happened and system open the link inside the app.
I’ll explain why we don’t use deep linking here: in the constructor we can insert content for the desktop version, and this content will automatically become available for the mobile application. But there is no way to change the link in mobile content.
We also have several separate domains for our company, in which case in the link to the desktop content we use the domain we want and not the generic docebo domain, because otherwise our link will not work correctly and in desktop version.
I know we can use a relative link in which case the link will work correctly in the application, but we have a third party service that we have added to the docebo page via an iframe and in that third service we technically cannot use a relative link. but only absolute.
Therefore, I want to understand whether this is a common error for IOS devices, when for Android such links work correctly.
Please, let me know if someone else faced with that?