IPhone SDK: Tell UIWebView not to load images and CSS just plain HTML and JS?

Use media queries. The first one says "if it is not an iphone, use the normal style sheet", the second says "if it is an iphone, implement style rule: don't display images.

Use media queries. The first one says "if it is not an iphone, use the normal style sheet", the second says "if it is an iphone, implement style rule: don't display images" : @media (max-device-width: 480px) { img { display: none; } }.

I don't have access to the server side. So I need to tell the UIWebView not to load the images. Is that possible?

– dan Jan 18 '10 at 19:38.

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