Web View back button issue

There is no back button in web view !!
Anyone can please tell how can i come back to my App from webView??
Thanks in advance :smile:

Hey there.
Any chance you could put together a codepen to show me what you mean?
Not sure I understand.

Thanks for reply mhartington.
I am using :

$scope.openWebView = function(link) {
window.open( link, ‘_system’);
};

HTML :
ng-click=“openWebView(‘http://www.example.com/’)”

But there is no way to come back (back button).

Ahh so your talking about the cordova in-app-browser.

Have you installed the plugin?
You may want to include ngCordova for this.

http://ngcordova.com/docs/plugins/inAppBrowser/

Thanks :slight_smile: Issue resolved.

@Shilpa pls can u show me to resolve the back button with webview. thanks