When calling action.openPopup() on Edge on Android, the returned promise rejects with:
Error: Failed to open popup.
Running tabs.create() is not the same and is not an ideal alternative.
action.openPopup() works fine on Edge on iOS.
Previously reported as: #300
Demo extension:
https://jeurissen.co/webext-demos/action-popup-popup-methods
When calling
action.openPopup()on Edge on Android, the returned promise rejects with:Error: Failed to open popup.
Running
tabs.create()is not the same and is not an ideal alternative.action.openPopup()works fine on Edge on iOS.Previously reported as: #300
Demo extension:
https://jeurissen.co/webext-demos/action-popup-popup-methods