If a publication requires showing page 3 for example, in the browse issues panel for all issues, add the following line of code into the load engine function in HeadJS in viewer config:
viewer.archivePageNumber = 3;
The value relates to the physical page number, change it to the required page to be shown.