We're implementing the Support SDK for iOS and are presenting the `HelpCenterUi`. When running on a device or simulator, the user taps on any links within the articles they open in the external Safari browser and the user is taken away from the app experience.
How can we ensure that links to other articles within the Help Centre are kept within the app experience?
Also, is it possible to intercept all link taps to handle them manually, for example, we might have a link in an article to a website my orders page, but we would rather redirect the user internally within the app to the native my order view?