wixWindow.referrer returns null

I want to add a Back button to a dynamic page (as a convenience for the user) that would bring them back to the page from which they navigated to the dynamic page (essentially the same function as the browser’s back button). Within my site I have numerous static pages that can direct the user to the dynamic page in question.
wixWindow.referrer returns null for me when I navigate to a dynamic page from a static page within my site.
Am I doing something wrong?