We are attempting to navigate into a rather large PDF document from within a survey, on an iPad. Opening the document at it's beginning isn't useful. We'd like to be able to use a parameter like page=#
The hyperlink works in the form to open the PDF, but the page number is being ignored. The same link works on a PC.
I did some searching, and found a recommendation to remove the = sign
For example, a PC will accept
https://downloads.esri.com/RESOURCES/ENTERPRISEGIS/Limiting_Access_to_Public_Survey123_Results.pdf#page=5
But on an iPad,
https://downloads.esri.com/RESOURCES/ENTERPRISEGIS/Limiting_Access_to_Public_Survey123_Results.pdf#page5
We tried this, but it doesn't work.
Is there some known limitation for these additional parameters for PDFs that don't work on iPads? Is there a list somewhere of the input parameters that are accepted?