Can I change the default browser / engine for Android web view?

So, I have an HTML5 app application that uses webview to load HTML5 / JS gui, etc.

The GUI response is slow. I did a research and found that it was because of the strong Android web browser. It was also found that using CROSSWALK instead makes HTML5 / JS applications really smooth, as it uses a different mechanism for viewing web pages (chrome and thinK).

But I already have a good native apk loading my HTML5 GUI, so I wanted to use w / it instead of reusing the application in a crossword shell.

So, I wondered if it is possible to just install android (via root / xpose) in some way using another browser for web presentation?

I'm a little lost / noob, so hopefully I make sense

+5
source share

Source: https://habr.com/ru/post/1207976/


All Articles