linking from an email to page 2 in a pdf not working on mobile devices | Community
Skip to main content
Eileen_Freund
New Participant
January 27, 2023
Solved

linking from an email to page 2 in a pdf not working on mobile devices

  • January 27, 2023
  • 1 reply
  • 1776 views

I have a multi-page pdf which I am linking to from my marketo email. The pdf is stored in marketo. I have added #page=2 following .pdf of the url in the html code for the link. This works great on laptops but not on mobile devices. On both an iPhone or a Samsung, instead of landing on page 2 of the pdf (as I do on a laptop) I land on page 1 -- as if #page=2 was not in the link. Does anyone know a way to make this work on mobile devices?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

The URL hash method isn't supported everywhere. It depends on the PDF reader caring about the URL. There are now tens of different readers in common use, since the official Adobe plugin is no longer necessary, and support for the hash is not part of the PDF standard.

 

(Also just FYI, on Android it's not about the device manufacturer or OS version but about the browser type + version. Chrome on Android and Firefox on Android can use different readers.)

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 29, 2023

The URL hash method isn't supported everywhere. It depends on the PDF reader caring about the URL. There are now tens of different readers in common use, since the official Adobe plugin is no longer necessary, and support for the hash is not part of the PDF standard.

 

(Also just FYI, on Android it's not about the device manufacturer or OS version but about the browser type + version. Chrome on Android and Firefox on Android can use different readers.)

Eileen_Freund
New Participant
January 30, 2023

Thanks for your explanation. Are you saying that it's just something we live with or is there a different way for me to code to go to a subsequent page that works universally?

SanfordWhiteman
New Participant
January 30, 2023

It's something you live with because it's up to the PDF reader to decide to support it. There's no universally supported method.