Ruslan Kurbanali
Ruslan Kurbanali
1. [Tabs API events](https://developer.chrome.com/docs/extensions/reference/api/tabs?hl=ru#event) (e.g., `onCreated`, `onUpdated`) are not fired for tabs opened on the right side of a split screen. 2. Tabs on the right side of the split...
### Description When using [`identity.launchWebAuthFlow()`](https://developer.chrome.com/docs/extensions/reference/api/identity#method-launchWebAuthFlow) ([MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/identity/launchWebAuthFlow)) in Android Edge throws following error in console and flow is not started: ```sh # Most of the time it throws this error: Couldn't...