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.
uiwebview でズーム/レンズを無効にしたい。しかし、プロセスでユーザー選択を無効にしたくありません。つまり、css で以下を使用することはできません。
-webkit-user-select:none
UIWebViewにアクセスできる場合は、次の操作を実行できます:'[myWebView setScalesPageToFit:NO]'
これにより、Webビューのズームが無効になります。
ソース