Home > Software engineering >  Custom tab intent crashing on chrome version 94.0.4606.80 on Android
Custom tab intent crashing on chrome version 94.0.4606.80 on Android

Time:10-12

Below are the logs after updating chrome to 94.0.4606.80 On Opening CustomTabIntent and start typing the password in password field app crashes. Any workaround for time being.

android.view.InflateException: Binary XML file line #38 in com.android.chrome:layout/0_resource_name_obfuscated: Binary XML file line #6 in com.android.chrome:layout/0_resource_name_obfuscated: Error inflating class org.chromium.chrome.browser.keyboard_accessory.tab_layout_component.KeyboardAccessoryTabLayoutView

CodePudding user response:

Happening with our application also, the workaround was to get users to click the 3 dots and 'open in chrome', which then allowed them to log in.

Hoping to be resolved soon!

CodePudding user response:

This is not a complete solution but this issue is being tracked in Chromium issue tracker. https://bugs.chromium.org/p/chromium/issues/detail?id=1258176&q=KeyboardAccessoryTabLayoutView&can=2

lets hope there is a fix soon.

From what I can tell this version of chrome has been pulled from the app store. After uninstalling Chrome and reinstalling my version is 94.0.4606.71.

If this does not work there are other alternatives for trying to install old versions of chrome

Good luck and Happy coding.

  • Related