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,
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)
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]