[Resolved] WebView back button

Is there a way to add a back button inside the webview like any normal browser? So that once I click a link in the webview I can click the back button to go to the previous page instead of closing and restarting from the initial site every time? [import]uid: 165560 topic_id: 31543 reply_id: 331543[/import]

If using native.newWebView() - http://developer.coronalabs.com/reference/index/nativenewwebview - then you can add a back button yourself. (I add it just outside web view and make it blend in.) [import]uid: 52491 topic_id: 31543 reply_id: 126181[/import]

If using native.newWebView() - http://developer.coronalabs.com/reference/index/nativenewwebview - then you can add a back button yourself. (I add it just outside web view and make it blend in.) [import]uid: 52491 topic_id: 31543 reply_id: 126181[/import]

thanks! I missed reading the part that explains the webView:back method [import]uid: 165560 topic_id: 31543 reply_id: 130457[/import]

thanks! I missed reading the part that explains the webView:back method [import]uid: 165560 topic_id: 31543 reply_id: 130457[/import]

Not a problem :slight_smile: [import]uid: 52491 topic_id: 31543 reply_id: 130482[/import]

Not a problem :slight_smile: [import]uid: 52491 topic_id: 31543 reply_id: 130482[/import]