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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ A robust and easy way to add HTML5 web content to your PC/Mac application.
17
17
18
18
#### How much does it cost?
19
19
20
-
uWebKit3 is currently in open beta, pricing information is available at [http://uwebkit.com/store/](http://uwebkit.com/store/). uWebKit3 is a free upgrade for uWebKit2 users.
20
+
uWebKit3 is currently in open beta, pricing information is available at <ahref="http://uwebkit.com/store/"target="_blank">http://uwebkit.com/store/</a>. uWebKit3 is a free upgrade for uWebKit2 users.
21
21
22
22
#### Unity Forums Discussion Thread
23
23
24
-
Please use this Unity forum thread for uWebKit discussion [http://forum.unity3d.com/threads/uwebkit-html5-for-unity-pro.193978](http://forum.unity3d.com/threads/uwebkit-html5-for-unity-pro.193978)
24
+
Please use this Unity forum thread for uWebKit discussion <ahref="http://forum.unity3d.com/threads/uwebkit-html5-for-unity-pro.193978"target="_blank">http://forum.unity3d.com/threads/uwebkit-html5-for-unity-pro.193978</a>
25
25
26
26
#### uWebKit3 Features
27
27
@@ -31,7 +31,7 @@ Please use this Unity forum thread for uWebKit discussion [http://forum.unity3d.
31
31
32
32
+ Support for many HTML5 web standards including content and cookie caching, CSS3, video, and local storage
33
33
34
-
+ Powerful, easy to use [WebView component](https://github.com/uWebKit/uWebKit/blob/master/uWebKit/Assets/uWebKit/UWKWebView.cs)
34
+
+ Powerful, easy to use <ahref="https://github.com/uWebKit/uWebKit/blob/master/uWebKit/Assets/uWebKit/UWKWebView.cs"target="_blank">WebView component</a>
35
35
36
36
+ Javascript: evaluation with return values, bidirectional messaging using JSON, persistent Javascript Objects
37
37
@@ -45,7 +45,7 @@ Please use this Unity forum thread for uWebKit discussion [http://forum.unity3d.
45
45
46
46
+ Web rendering implemented as a subprocess, keeps your application memory space clean with ability to restart the web process on demand
47
47
48
-
+ Built with [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef)
48
+
+ Built with <ahref="https://bitbucket.org/chromiumembedded/cef"target="_blank">Chromium Embedded Framework</a>
0 commit comments