I am using Bluemix App ID. I am facing Problem with authentication Problem. It works fine when my device have chrome browser. Device without chrome browser cause Authorization Failure. Exception message is:
Could NOT find installed browser that support Chrome tabs on the device.
Is Bluemix App ID works with chrome only?
Edit:
I have checked Bluemix library class AuthorizationUIManager
and found out that they have used CustomTabsService for detecting device can support Custom Tab or not.
Can anyone explain why they need custom tab support and how to resolve the problem?