mozilla / geckoview

GeckoView is a set of components for embedding Gecko in Android apps
https://geckoview.dev
412 stars 46 forks source link

Usage Documentation: Lifecycle Management #12

Open fluffyemily opened 5 years ago

fluffyemily commented 5 years ago

Blocks #8

Documentation showing how to implement GV lifecycle management including startup, shutdown, backgrounding, rotation, crash handling and configuration changes.

alex-berdnikov commented 5 years ago

This would be really great. At the moment I'm trying to integrate GeckoView into the browser app I work on, and while I initialize it as described in on the frontpage, the app breaks every time it returns from background. It says it can't create runtime but it doesn't provide any additional info on that. The only choice I see now is to scrutinize Firefox Focus internals to see how things work there.