android app with phone gap but the images in the html pages are bigger then the android screen. can u provide me the solution how the icons in the html page will be re sized as per the screen.
Please find the code attached. how to reset the images to fit to screen.
you can download android source code here
https://rapidshare.com/files/422996060/PhoneGap.zip
android app with phone gap but the images in the html pages are bigger
Share
I noticed that you’re specifying an absolute width in your code. If you want to just leave it up to the browser to determine the width, you could do something like this fiddle.
Change the size of the ‘result’ window and you will see that the images expand and contract to fit the page.
If you need to have exact widths in your phonegap application, you could use this plugin for Android.