Google Play has a 150 MB size limit for apps, so many games download additional content after the installation.
Is it possible to do this in C3? Perhaps with some Cordova plugin?
I'm talking about downloading files (that go into Files folder in the project), videos and audio.
I wonder if simply requesting each file once with AJAX and waiting for it to download will be enough? Will they be stored in app cache and available to use offline after that?