gurvinder372
gurvinder372

Reputation: 68443

Minimum app size using phonegap on android

If my html5-based web-application size (including all html, css, javascript, xml) is 50KB, what will be minimum size of my app if I simply wrap it with phone-gap?

Upvotes: 1

Views: 2369

Answers (1)

Rahul Kadukar
Rahul Kadukar

Reputation: 954

I had almost 500kb of files including 72kB jquery.mobile.css and the 200 kB Cordova JavaScript file and my application is around 315 kB.

In your case if you consider Cordova Javascript file it should be around 200kB.

Though you can just compile and check, it will be faster that way.

Upvotes: 4

Related Questions