diff options
Diffstat (limited to 'mobile/android/focus-android/docs/GeckoView-(In-Progress).md')
-rw-r--r-- | mobile/android/focus-android/docs/GeckoView-(In-Progress).md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/android/focus-android/docs/GeckoView-(In-Progress).md b/mobile/android/focus-android/docs/GeckoView-(In-Progress).md new file mode 100644 index 0000000000..1691579ab1 --- /dev/null +++ b/mobile/android/focus-android/docs/GeckoView-(In-Progress).md @@ -0,0 +1,6 @@ +# Running GeckoView in a debug environment + +Currently there are two ways to use GeckoView in development. + +1. You can navigate to `focus:test` and flip the toggle to switch to the new engine +2. In [`Config.kt`](https://github.com/mozilla-mobile/focus-android/blob/master/app/src/debug/java/org/mozilla/focus/web/Config.kt) you can set `DEFAULT_NEW_RENDERER` to `true`. |