I want my ionic 2 app to be able to show up as an option to open vcf file. Whenever user clicks on a .vcf file in android, usually default contact application launches but I want to launch my ionic 2 app. I also need to read content of vcf file from my app.
I know that there are intent plugins available for ionic. But I don't know how to use them, I got confused when I read the documentation of this plugins.
It would be nice if someone could suggest some intent filter plugins and explain a way to use this plugins to achieve my goal
Thanks