Are there any alternatives other than webview for android to use? I'm having a problem that, it seems, a lot of people have to run videos in the video tag of html5 .
Many people say the solution is simply to use the webchromeclient and the magic would happen without any effort, well, it does not work. It seems that in version 4.4+ of the android this component would become native and in the inferior ones we have that it directs it this way: webView.setWebChromeClient(new WebChromeClient());
I have done several tests and the result has been very frustrating. Despite the time that html5 is already in our midst, many mobile browsers can not implement much of the features or at least implement them well. What best performed the video functionality was Mozilla Firefox. Having this in mind, I researched how he did this and saw that he was using another android pro webview, which is geckoview .
Has anyone ever managed to use this geckoview? How did you do it?