I’m using iOS 6. My application open a seperate view which has an UIWebView. But the problem is images are included on the web site are cut off. What is the reason for this and how I can solve this problem.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it’s likely the website you’re loading is not designed to be responsive, so its being cut off by the width of the UIWebView.
Try enabling “Scales Page to Fit” and see if that helps.