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: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,14 @@ A (new!) Java port of the [webview project](https://github.com/webview/webview).
4
4
5
5
## How to use
6
6
7
-
1) Include the libary in your project (see the [JitPack page](https://jitpack.io/#Casterlabs/webview)).
8
-
2) Copy and run the example in `Example.java`.
9
-
3) Profit!
7
+
1. Include the libary in your project (see the [JitPack page](https://jitpack.io/#Casterlabs/webview)).
8
+
2. Copy and run the example in `Example.java`.
9
+
3. Profit!
10
10
11
11
## MacOS
12
+
12
13
MacOS requires that all UI code be executed from the first thread, which means you will need to launch Java with `-XstartOnFirstThread`. This also means that the Webview AWT helper will NOT work at all.
13
14
14
15
## TODO
15
16
16
-
Build our own DLLs and whatnot, the current ones are copied from the C# port.
17
+
Build our own DLLs and whatnot, the current ones are copied from the Kotlin port.
0 commit comments