Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use specific Android System WebView

I have installed on my android device (V 5.1.1) two package for Android System WebView:

  • com.android.webview
  • com.google.android.webview

I'm trying to use the second package, following different ways, deactivating or uninstalling (impossible) first, and now I want to force the second when I load my WebView directly by code.

Do you know any solutions?

PS: I know and in other cases, I'm used CustomTabs, but in this case, I can't Chrome or Chromium on my device.

like image 598
Andrea Avatar asked Apr 09 '19 08:04

Andrea


1 Answers

Seems there is no way to change default WebView client without root on devices. Please check this answer.

like image 133
Roman Spurdo Avatar answered Sep 21 '22 00:09

Roman Spurdo