I am using InappBrowser plugin to open the following URL in ionic2 http://pushtimarg.net/dassera-kirtan-2/
But If you open the same URL in the browser, you will able to download "Tracks" listing in it. But same is not possible in InAppBrowser.
My code is as below:
let browser = this.iab.create(link, '_self', {location: 'no'});
browser.show();