I'm new with Phonegap so I have some questions about resources..
I've just finished my first App using ionic framework. It works great through wifi, but it's too slow with an 3G connection.
Images and scripts takes too much time to load, so I'm guessing that they are just loaded through internet..
Are the images and scripts packaged with the App?, Or is there anyway to do this and load them from the device instead through internet?
I'm currently loading most images through css background-image property. If I can change this to tag, it could improve performance?