MSEdgeExplainers icon indicating copy to clipboard operation
MSEdgeExplainers copied to clipboard

[Side Panel] Separate start_url for side panel

Open kfarwell opened this issue 1 year ago • 1 comments

I would like an option to specify a start_url for apps opened in the side panel that can be different from the default start_url.

My use case is an app that includes, among other things, messaging functionality. This messaging page is suitable for the side bar but other pages are more comfortable in a regular standalone PWA or webpage. So I would like to have the side bar app open to the messaging page while links open in regular tabs (#637).

The syntax might look like:

{
  "start_url: "/",
  "edge_side_panel": {
    "start_url": "/messages"
  }
}

kfarwell avatar Jun 13 '23 15:06 kfarwell

Thanks for your feedback @kfarwell. We had anticipated the need for something that sounds exactly like your proposal. I'll circle back with updates to this thread.

sohchatt avatar Jun 14 '23 17:06 sohchatt