Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the following image source which I am trying to display in UIWebView

<img src="http://img1" style="padding-top:23px; padding-right:40px; position: fixed; left:-100px; " width=280px; height=2px;>

In iOS 4.3.3 it displays the image correctly, though in 5.0.1 it is not displayed at all. Also happens in Safari.

Am I missing something?

share|improve this question

1 Answer

Need a bit more context, is it in a div, does the parent div have any styling options? are you using Jquery Mobile or Sencha Touch? We are having the opposite problem atm. As in our images are not showing in ios 4.3 UIWebView but is in Safari and is showing in IOS 5.0.1.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.