html site with audioplayer
Do I understand it correctly that a html site containing an audio player (css, query etc.) will always stay an external web resource even if you export the source code as .apk file?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Do I understand it correctly that a html site containing an audio player (css, query etc.) will always stay an external web resource even if you export the source code as .apk file?
Hi Peter,
No. HTML player is embedded in browser. All the appearance are just HTML tags and CSS styles.
Thank you, Katya,
that means, when I export my app as .apk file, appery.io will convert the external web resources to native code and the user need not have internet access to play music? (I have read that it is possible to embed music later with help of eclipse).
Hello! All your audio files are added to the project as resources, they are included in .apk file. If files are included in project as web links to files, in project they will be as external resources and user would need Internet connection to get these files.
Thank you! That means, I can add code (Html) to appery.io, then upload css-, js- and mp3- files to my project and export my audio player; so the user will be able to run the app offline.
Correct
Thank you