웹뷰 (WebView)

This is an overview of the most common usage of 웹뷰 (WebView). For more information about the available properties, methods, or events, head over to the complete API documentation for 웹뷰 (WebView).

웹뷰(WebView) 컴포넌트는 어플리케이션 안에 웹 컨텐츠를 표시하기 위해 사용됩니다. Url 이나 로컬 HTML 파일을 가리키는 src 속성과 함께 컴포넌트를 사용할 수 있습니다.


<WebView src="http://nativescript-vue.org/" />

Props

이름타입설명
srcString표시되는 페이지의 소스

Events

namedescription
loadStarted웹뷰에서 페이지가 로딩되기 시작할때 발생
loadFinished웹뷰의 페이지가 다 로딩되었을때 발생

Native Component

AndroidiOS
android.webkit.WebViewWKWebView
Contributors