javascript - InAppBrowser won't allow to download -


i using inappbrowser plugin open following url in ionic2 http://pushtimarg.net/dassera-kirtan-2/

but if open same url in browser, able download "tracks" listing in it. same not possible in inappbrowser.

my code below:

let browser = this.iab.create(link, '_self', {location: 'no'}); browser.show(); 


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -