[Onboarding Application] - Links inside documents does not open in AndroidDescriptionExternal links inside a document does not open in Android devices. This issue does not occur in iOS devices.Steps to Reproduce 1. Open the onboarding app 2. Select Pre-Hire3. Select Sign IP4. Open the document in full screen5. Click on the linkExpected behavior:The link should open Actual behavior:nothing happensWorkaroundThis is an expected behaviour on android devices On iOS devices, PDF is rendered with web view functionality which allows out of the box support for pressing links inside different docs. On Android there is no option to render the PDF doc with web view, this functionality does not exist/supported by Android frameworks. Android uses 3rd party framework which converts the PDF doc into an image in order to show it on android devices. There is no option to support inner PDF links on Android on the framework level.Related Problem: PRB1415080