Back Button for WebPopup

Hi guys,
I am new to corona and I am trying to create a web based application.
I want to add a “go back” button like in safari and other browsers
any idea how to do that ?
any help is really appreciated.
Thanks,

[import]uid: 37047 topic_id: 6420 reply_id: 306420[/import]

I need help please.

my app is almost ready but the back button is missing.
[import]uid: 37047 topic_id: 6420 reply_id: 22446[/import]

Are you going back to another web page or just back to the Corona environment? [import]uid: 8045 topic_id: 6420 reply_id: 22477[/import]

going back to another web page.

just like in internet browsers.
basically, I want to create a button outside the webPopup window that tells the web view to go back to the previous page.

in Java it would be something like :
history.go(-1)

[import]uid: 37047 topic_id: 6420 reply_id: 22552[/import]

I’m also looking for the same type of functionality. I have a webpopup that works great, but would like to provide a native navigational aid in terms of going back one browser page of the web content. Any way of doing something like this? [import]uid: 19051 topic_id: 6420 reply_id: 26961[/import]

i know this is old, just thought i’d throw my 2 cents in…
when attaching a listener to the webpopup you are able to track the url as a string, maybe you can check for changes in the url string and add them into an array? [import]uid: 47357 topic_id: 6420 reply_id: 34560[/import]

not sure but some thing like

[Go back](javascript:history.go(-1))

should work inside the popup

[import]uid: 12482 topic_id: 6420 reply_id: 34562[/import]

Is ‘Back’ still not supported?

Is there a known workaround? [import]uid: 61520 topic_id: 6420 reply_id: 52336[/import]