When open external link Back Bottom not working

i use cordovaInAppBrowser to open external link and i wont to open in system app like iTuns Store or Play Store

var options = { location: 'no', clearcache: 'no', toolbar: 'no' }; $cordovaInAppBrowser.open('https://itunes.apple.com/us/developer/.....', '_blank', options)

**but the problem is when open the link i can’t back to application **

one of the “solutions” here


might help?

Stone: http://stackoverflow.com/questions/15348871/how-can-i-get-the-cordova-inappbrowser-to-provide-a-way-for-the-user-to-close-th/31793577#31793577

Troy: http://stackoverflow.com/questions/15348871/how-can-i-get-the-cordova-inappbrowser-to-provide-a-way-for-the-user-to-close-th/15365864#15365864