Is it possible to skin the application based on the target mobile device using phonegap?

I'm still very much new to PhoneGap, but I believe this is possible. PhoneGap has a Device Object which gives some nice insight into the target device. Through a combination of the Device Platform and Device Version properties, you should be able to gather what you need Keep in mind though that with PhoneGap, you're not creating one app that will then magically work on all devices.

You'll still be using Xcode to create an iPhone version, Eclipse to create an Android version, etc. So it may or may not be easier to manually swap out files based on platform, as opposed to doing so programmatically.

Got it. Can supply different css based on the requested device platform. Thx.

– Amareswar Apr 21 at 0:55.

I'm still very much new to PhoneGap, but I believe this is possible. PhoneGap has a Device Object, which gives some nice insight into the target device. Through a combination of the Device Platform and Device Version properties, you should be able to gather what you need.

Keep in mind though that with PhoneGap, you're not creating one app that will then magically work on all devices. You'll still be using Xcode to create an iPhone version, Eclipse to create an Android version, etc. So it may or may not be easier to manually swap out files based on platform, as opposed to doing so programmatically.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions