Currently calling tabs.create({ incognito: true }) with the incognito property does not work. This prevents extensions on Edge on Android to open incognito tabs (as window.create is also not supported).
See details on how this is supposed to work:
w3c/webextensions#897
This prevents this add-on from working properly on Android:
https://microsoftedge.microsoft.com/addons/detail/reopen-in-private/cphfnpknfnbjpeejicipkclfeoidjina
Currently calling
tabs.create({ incognito: true })with the incognito property does not work. This prevents extensions on Edge on Android to open incognito tabs (as window.create is also not supported).See details on how this is supposed to work:
w3c/webextensions#897
This prevents this add-on from working properly on Android:
https://microsoftedge.microsoft.com/addons/detail/reopen-in-private/cphfnpknfnbjpeejicipkclfeoidjina