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.
HTMLをUiWebViewに表示しようとしていますが、HTMLが大きすぎて、ビューのコンテンツの一部しか表示されません。Webビューのコンテンツモードを変更しようとしましたが、機能しません。
どうもありがとう。
ビューポートを定義してみてください。
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />