Mobile/GeckoView: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Placeholder for documentation related to GeckoView ({{bug|880118}})
== What is GeckoView ==
 
GeckoView is an Android library project that allows third-party developers to use Gecko as an Android View in their own applications. GeckoView is similar to Android's built in WebView, but '''it is not a drop in replacement for WebView'''.
 
Note that GeckoView is NOT ready to be used in a production environment. It is currently possible to load webpages, but that's about it.
 
== Using GeckoView ==
 
== Example App ==

Revision as of 23:41, 21 August 2013

What is GeckoView

GeckoView is an Android library project that allows third-party developers to use Gecko as an Android View in their own applications. GeckoView is similar to Android's built in WebView, but it is not a drop in replacement for WebView.

Note that GeckoView is NOT ready to be used in a production environment. It is currently possible to load webpages, but that's about it.

Using GeckoView

Example App