CINXE.COM
<head> <script> /** * This check is in addition to the user agent check isMobileOrIpad. * With the latest update, iPads have default "Desktop View" enabled for Safari browser causing the PDF to be displayed using the mydomain instead of redirecting to storage.pardot.com (which is required for iPads and mobile devices). */ const iPad = /(iPad)/i.test(navigator.userAgent) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1); const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); if ((window.chrome && !navigator.pdfViewerEnabled) || (iPad && isSafari)) { window.location.replace('https://storage.pardot.com/931233/1722555384SkjmvZAM/Samsung_Biologics_mRNA_brochure.pdf'); } </script> </head> <body> <embed type='application/pdf' src='https://storage.pardot.com/931233/1722555384SkjmvZAM/Samsung_Biologics_mRNA_brochure.pdf' width='100%' height='100%' /> </body>