Nate Kahl
Posts: 0
Joined: Fri May 17, 2013 7:03 pm

Link to PDF--no way to return to the app

I am linking to a pdf document....when I launch the PDF, i have no way to return to the app. Here is the code I use to launch the PDF

window.open(localStorage.getItem('hotel_info_url'), '_blank','location=no');

any ideas on how to keep the back button, or show "done" to close the PDF?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Link to PDF--no way to return to the app

Hello! In function parameters instead location=no use location=yes

Return to “Issues”