You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/webview_flutter/README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# webview_flutter_tizen
3
2
4
3
The Tizen implementation of [`webview_flutter`](https://github.com/flutter/plugins/tree/master/packages/webview_flutter).
@@ -7,14 +6,14 @@ The Tizen implementation of [`webview_flutter`](https://github.com/flutter/plugi
7
6
8
7
This plugin is available on these types of devices:
9
8
10
-
- Galaxy Watch (running Tizen 5.5 or later)
9
+
- Galaxy Watch or TV (running Tizen 5.5 or later)
11
10
12
11
## Usage
13
12
14
13
```yaml
15
14
dependencies:
16
15
webview_flutter: ^1.0.6
17
-
webview_flutter_tizen: ^0.0.1
16
+
webview_flutter_tizen: ^1.0.0
18
17
```
19
18
20
19
To enable tizen implementation, set `WebView.platform = TizenWebView();` in `initState()`.
@@ -45,4 +44,9 @@ class WebViewExampleState extends State<WebViewExample> {
45
44
);
46
45
}
47
46
}
48
-
```
47
+
```
48
+
49
+
## Limitations
50
+
- This plugin is only supported on **Galaxy Watch and TV** devices running Tizen 5.5 or later.
51
+
- This is an initial webview plugin for Tizen and is implemented based on Tizen Lightweight Web Engine (LWE). If you would like to know detailed specifications that the LWE supports, please refer to the following link :
0 commit comments