File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/docs/en/elements/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : WebView
3
3
apiRef : https://docs.nativescript.org/api-reference/classes/_ui_web_view_.webview
4
- contributors : [MisterBrownRSA, rigor789]
4
+ contributors : [MisterBrownRSA, rigor789, eddyverbruggen ]
5
5
---
6
6
7
7
The WebView component is used to display web content within your application.
8
- You can use the component by providing a src attribute that points at a URL or a local HTML file.
8
+ You can use the component by providing a ` src ` attribute that points at a URL or a local HTML file.
9
9
10
10
---
11
11
@@ -31,4 +31,4 @@ You can use the component by providing a src attribute that points at a URL or a
31
31
## Native Component
32
32
| Android | iOS |
33
33
| ---------| -----|
34
- | android.webkit.WebView | UIWebView
34
+ | android.webkit.WebView | WKWebView
You can’t perform that action at this time.
0 commit comments