0

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

Kadiem Alqazzaz
  • 554
  • 1
  • 7
  • 22

1 Answers1

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