We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A web view loads and displays rich web content, such as embedded HTML and websites, directly within your app.
웹뷰는 임베디드 HTML 및 웹사이트와 같은 풍부한 웹 콘텐츠를 앱 내에서 직접 로드하고 표시합니다.
웹뷰는 앞으로 및 뒤로 탐색을 지원하지만 이 동작은 기본적으로 제공되지 않습니다. 사람들이 웹 보기를 사용하여 여러 페이지를 방문할 가능성이 높다면 앞으로/뒤로 탐색을 허용하고 이러한 기능을 시작할 수 있는 해당 컨트롤을 제공하세요.
웹뷰를 사용하여 사람들이 앱의 컨텍스트를 벗어나지 않고 웹 사이트에 잠시 액세스할 수 있도록 하는 것은 괜찮지만, 사람들이 웹을 탐색하는 주된 방법은 Safari입니다. 앱에서 Safari의 기능을 복제하려는 시도는 불필요하며 권장하지 않습니다.
https://developer.apple.com/documentation/webkit/wkwebview
The text was updated successfully, but these errors were encountered:
ffalswo2
No branches or pull requests
Web views
웹뷰는 임베디드 HTML 및 웹사이트와 같은 풍부한 웹 콘텐츠를 앱 내에서 직접 로드하고 표시합니다.
Best practices �
Support forward and back navigation when appropriate.
웹뷰는 앞으로 및 뒤로 탐색을 지원하지만 이 동작은 기본적으로 제공되지 않습니다.
사람들이 웹 보기를 사용하여 여러 페이지를 방문할 가능성이 높다면 앞으로/뒤로 탐색을 허용하고 이러한 기능을 시작할 수 있는 해당 컨트롤을 제공하세요.
Avoid using a web view to build a web browser.
웹뷰를 사용하여 사람들이 앱의 컨텍스트를 벗어나지 않고 웹 사이트에 잠시 액세스할 수 있도록 하는 것은 괜찮지만, 사람들이 웹을 탐색하는 주된 방법은 Safari입니다. 앱에서 Safari의 기능을 복제하려는 시도는 불필요하며 권장하지 않습니다.
Developer Documentation
https://developer.apple.com/documentation/webkit/wkwebview
The text was updated successfully, but these errors were encountered: