In certain applications, having granular control over how hyperlinks are managed is crucial. This document outlines how to override the default URL handling behavior in your iOS app using the Gleap framework. By configuring a custom URL handler, you delegate the responsibility of opening URLs from the Gleap framework to a handler of your choosing. This allows for tailored handling of URL interactions based on the specific needs of your application.Documentation Index
Fetch the complete documentation index at: https://docs.gleap.io/llms.txt
Use this file to discover all available pages before exploring further.
Configure the URL handler
Use ourGleapDelegate protocol. This protocol includes the method that handles URL loading: