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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ A (new!) Java port of the [webview project](https://github.com/webview/webview).
8
8
2) Copy and run the example in `Example.java`.
9
9
3) Profit!
10
10
11
+
## MacOS
12
+
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
+
11
14
## TODO
12
15
13
16
Build our own DLLs and whatnot, the current ones are copied from the C# port.
0 commit comments