You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edge on Android allows developers to set sidePanel.setPanelBehavior({openPanelOnActionClick: true}). However no panel is ever opened thus locking users completely out of the extension. If Edge on Android does not support opening a sidePanel, setPanelBehavior should not allow setting openPanelOnActionClick to true, or Edge should ignore this setting.
Edge on Android allows developers to set
sidePanel.setPanelBehavior({openPanelOnActionClick: true}). However no panel is ever opened thus locking users completely out of the extension. If Edge on Android does not support opening a sidePanel, setPanelBehavior should not allow setting openPanelOnActionClick to true, or Edge should ignore this setting.Related: #662