Home > Software engineering >  How a android webview works?
How a android webview works?

Time:02-08

I am new in android development and I want to know how a android webview works? if any one knows, answer me. I heared it is chrome base or android system webview.

CodePudding user response:

I know that. The android devices has chrome and Android System WebView. WebView what we implement is nothing. That's like a controller of google chrome. Suppose, We have webView in our android app. when we open View from google chrome appears in our app our app is just a controller of that view. Now, let's talk about Android System WebView. Android system webview is a built-in browser engine. If chrome disabled, then the view comes from Android System WebView.

  •  Tags:  
  • Related