Comment on Browser.tabs.create method "active"property not working on IOS 18.3 Yes its a pinned tab const tab = await browser.tabs.create({ active: false, url: Url, pinned: true, }); Safari & Web General 3w