Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 6を使用しています。アプリケーションは、を含む別のビューを開きますUIWebView。しかし、問題は、ウェブサイトに含まれている画像が途切れていることです。この理由と、この問題を解決する方法を教えてください。
UIWebView
ありがとう
読み込んでいる Web サイトはレスポンシブになるように設計されていない可能性が高いため、UIWebView の幅によって切り取られています。
"Scales Page to Fit" を有効にしてみて、それが役立つかどうかを確認してください。