Skip to content

Commit 5e93283

Browse files
EddyVerbruggenrigor789
authored andcommitted
The WebView recently changed to WKWebView recently (#32)
1 parent 901ab0f commit 5e93283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/en/elements/components/web-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: WebView
33
apiRef: https://docs.nativescript.org/api-reference/classes/_ui_web_view_.webview
4-
contributors: [MisterBrownRSA, rigor789]
4+
contributors: [MisterBrownRSA, rigor789, eddyverbruggen]
55
---
66

77
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.
99

1010
---
1111

@@ -31,4 +31,4 @@ You can use the component by providing a src attribute that points at a URL or a
3131
## Native Component
3232
| Android | iOS |
3333
|---------|-----|
34-
| android.webkit.WebView | UIWebView
34+
| android.webkit.WebView | WKWebView

0 commit comments

Comments
 (0)