Reputation:
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
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