Browser.tabs.create method "active"property not working on IOS 18.3

As of IOS 18.3, there browser.tabs.create methods active property which is supposed to determine whether a tab get open in the active window or not is not working as it should. I have the active property set to false but the tab still gets opened and is active on the window. Tested on older ios versions 18.2 and below and it works as it should.

please advise

seems like if pinned is set to true, the active property gets ignored, however if pinned is false then it respects and applies the active property

Browser.tabs.create method "active"property not working on IOS 18.3
 
 
Q