user349302
user349302

Reputation: 3821

PhoneGap screen sizes support

I am starting a project with PhoneGap and it will work on iPhone and Android devices. The question is how to implement support for different screen sizes and resolutions.

For example, I have an icon inside the application: small waves to run some action. What size of this icon should be to be shown well in all possible devices (iPhones/Androids). Should I include several versions of the same image?

The same question about text. How can I be sure the text will be readable and will stay in line on different devices?

thank you

Upvotes: 1

Views: 1762

Answers (1)

lockdown
lockdown

Reputation: 1496

If you are a MAC user you could give the new dreamweaver 5.5 a shot. It will structure your app and even build a debug version for testing. You can do this with either the ANDROID SDK or the iOS sdk. Of course, it will work on a PC as well but there is not support for the iOS sdk.

Using the Adobe Dreamweaver 5.5 it has specific mobile framework to recognize jqm or jqtouch and inserts phonegap.js on build into the packaged product. It also allows you to scale the testing screen for the different sizes of mobile devices. From android, iphone, to ipad(and more) Here is an example: Dreamweaver with phonegap support

Upvotes: 2

Related Questions