@nuruddinba691 wrote:
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 **
Posts: 1
Participants: 1