Hi everyone!
I'm trying to make an association between my app and a file type format (.kml) to let the user choose my app to open it and retrieve the content of it inside my code. I tried with some tutorials and Cordova plugins, like for example: https://www.npmjs.com/package/cordova-file-association It's supposed to be easy: first some additions to the manifest, an event handler in your code and installing the Cordova plugin (In Intel Xdk in my case). No positive results yet, my app doesn't show up in the widget and the device says there's no app to open that file type. Any advice for this?
Thanks a lot!