I have seen some apps (can't remember them) using a different kind of web browser, it's not a WebView
neither full browser like chrome, I tried searching online but I didn't have the right keywords to find it, what its name and how do I use inside my app
Asked
Active
Viewed 49 times
0

Kadiem Alqazzaz
- 554
- 1
- 7
- 22
-
take a look at https://stackoverflow.com/questions/16604150/embedded-chromium-or-webkit-in-android-app – Koorosh Ghorbani Feb 01 '19 at 08:18
-
@KooroshGhorbani I don't think its what I'm looking for – Kadiem Alqazzaz Feb 01 '19 at 08:21
-
how do you know its not a web view – Lakhwinder Singh Feb 01 '19 at 08:27
-
Probably a [Chrome Custom Tab](https://developer.chrome.com/multidevice/android/customtabs), see [WebView vs Chrome Custom Tab](https://stackoverflow.com/q/42689996/295004) – Morrison Chang Feb 01 '19 at 08:30
-
@MorrisonChang thank you, its what was I looking for – Kadiem Alqazzaz Feb 01 '19 at 08:35
1 Answers
1
You are looking for a Chrome Custom Tab
See https://github.com/GoogleChrome/custom-tabs-client for examples.
Of course this will require Chrome to be installed on device.
Related: WebView vs Chrome Custom Tab

Morrison Chang
- 11,691
- 3
- 41
- 77