I'm trying to make the android browser download a file of a specific type '.xxx’ say, so that I can then set an app to be associated with it.
I've successfully done the association part, in that I've made it so that clicking on a file of the right type in an explorer app loads the appropriate app. I expected this to carry over to the browser so that if I attempted to download a file type .xxx then it would open the app.
This doesn’t happen, all that happens is that the text contained in the file is displayed in the browser. I've set up a mime type link for this in astro (application/xxxx) but this has made no difference either. It must be possible to do what I want because If I click on a pdf file for instance the browser downloads it and gives me the option to open a pdf reader.
