Web Views

A web view loads and displays rich web content, such as embedded HTML and websites, directly within your app. Mail uses a web view, for example, to show HTML content in messages.

웹뷰는 삽입된 HTML 및 웹 사이트와 같은 풍부한 웹 콘텐츠를 앱 내에 직접 로드하고 표시합니다. 예를들어, Mail은 웹뷰를 사용하여 메시지에 HTML 컨텐트를 표시합니다.

Enable forward and back navigation when appropriate. Web views support forward and back navigation, but this behavior is disabled by default. If people will use your web view to visit multiple pages, enable forward and back navigation, and provide corresponding controls to initiate these features.

적절한 경우 앞으로 및 뒤로 탐색을 활성화 하십시오. 웹뷰는 앞으로 및 뒤로 탐색을 지원하지만 이 동작은 기본적으로 비활성화됩니다. 사용자가 웹뷰를 사용하여 여러 페이지를 방문하는 경우, 앞으로 및 뒤로 탐색을 활성화하고 해당 기능을 시작하는 컨트롤을 제공하십시오.

Avoid using a web view to build a web browser. Using a web view to let people briefly access a website without leaving the context of your app is fine, but Safari is the primary way people browse the web on iOS. Attempting to replicate the functionality of Safari in your app is unnecessary and discouraged.

웹뷰를 사용하여 웹 브라우저를 구축하지 마십시오. 웹뷰를 사용하여 사람들이 앱의 컨텍스트를 벗어나지 않고 간단히 웹 사이트에 액세스 할 수 있게 할 수는 있지만, Safari가 사람들이 iOS에서 웹을 탐색하는 주요 방법입니다. 앱에서 Safari의 기능을 복제하려는 시도는 불필요하고 권장하지 않습니다.

For developer guidance, see WKWebView.

Web Views - Views - iOS - Human Interface Guidelines - Apple Developer

Last updated