mozilla / geckoview

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

How to simplify GeckoView? #141

Open wsrfzd opened 4 years ago

wsrfzd commented 4 years ago

Hi Team,

After my application used GeckoView, the package size became very large. How to simplify it?

Thanks

hpk42 commented 1 year ago

From the https://delta.chat project we are considering to integrate Geckoview into our Android app (for use with our new https://webxdc.org concept we are spearheading). But we are pretty scared about the size increase. Delta Chat Android is used in many environments with data-plan constraints. Which feasible possibilities are there to reduce the size of integrating geckoview? Or, would it be possible to package geckoview into a dedicated Android app and let other apps use it for webviews? This could avoid the overhead of each app integrating it on their own.