Skip to content

Commit d44f9df

Browse files
authored
Update README.md
1 parent 03f91ae commit d44f9df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ CEF全称是Chromium Embedded Framework,它是Chromium的Content API的封装
4141
相关链接
4242
---------
4343
- [servo, the embeddable browser engine](http://blogs.s-osg.org/servo-the-embeddable-browser-engine/)
44+
45+
- [geckoview](https://mozilla.github.io/geckoview/)
46+
Android offers a built-in WebView, which applications can hook into in order to display web pages within the context of their app. However, Android’s WebView is not really intended for building browsers, and hence, many advanced Web APIs are disabled. Furthermore, it is also a moving target: different phones might have different versions of WebView, all of which your app has to support.
47+
48+
That is where GeckoView comes in. GeckoView is:
49+
50+
* Full-featured: GeckoView is designed to expose the entire power of the Web to applications, and all that through a straightforward API. Think of it as harnessing the full power of Gecko (the engine that powers Firefox), while its API is WebView-like and easy to use.
51+
* Suited for apps and browsers: GeckoView is particularly suited for building mobile browsers, but it can be embedded as a web engine component in any kind of app.
52+
* Self-Contained: Because GeckoView is a standalone library that you bundle with your application, you can be confident that the code you test is the code that will actually run.
53+
* Standards Compliant: Like Firefox, GeckoView offers excellent support for modern Web standards.

0 commit comments

Comments
 (0)