I use network.download() to download some files on the remote server.
Everything works fine in Corona Simulator and iPhone.
But when I tested in an Android device (Galaxy Tab 3), something breaks…
After some testing, I found out that if the filename has no extension (e.g. “abc” instead of “abc.txt”), then the listener gets an error (event.isError)
I can solve this by adding extension to files, but just wondering if it’s a default behavior for Android or am I missing something? It’s kind of weird.