PHP script to go back to previous page

I have converted my website to apple app and added menu at the bottom like home, sign-in etc. And also added goback button and goback pointing to a file on server and associated url.

And i want to use this url to go back to the previous page. How can i do that using a script or something.

what do you mean converted to an apple app?

like if u have a website then u can convert the site into an app by using some tools.

I think might be an hybrid app he mentioned in the post.

if it is just hiding the browser, you would handle back the same way you would for a website. Easiest, assuming you aren’t doing a SPA, is javascript to do a history.back command.

Sponsor our Newsletter | Privacy Policy | Terms of Service