Android GeckoView compiling How-To

Ok you want to use a WebView in your Android App… I express my concerns about webviews-abuse before in particular cause respect to other Android libraries you don’t have absolutely any control on that and when shit happens the only thing you can do is report the issue and wait that the Google God release ...

WebView blank page issue on Chrome 75 and above? Check that the MIME type is not NULL!

Again just want to report a silent change that has been deployed on the Android WebView component starting from the 75 version.If by any chance are you using a WebResourceResponse you could use the following constructor public WebResourceResponse(String mimeType, String encoding, InputStream data) or public WebResourceResponse(String mimeType, String encoding, int statusCode, @NonNull String reasonPhrase, Map ...