user5462975
user5462975

Reputation:

What will happen if i have chrome custom tab in my app but user has chrome version less than 45?

What will happen in a case where my app implements custom chrome tabs but user has chrome version < 45??? And how to ensure that compatibility is maintained for everyone?

Upvotes: 0

Views: 395

Answers (1)

ade
ade

Reputation: 4074

As you can see from the documentation here: https://developer.chrome.com/multidevice/android/customtabs it will launch the system browser or the user's default browser if a suitable version of Chrome is not available.

Upvotes: 1

Related Questions