Opening Web Browser with Custom Params

Swartz, Victoria 21 Reputation points
2020-07-08T19:44:42.77+00:00

I am working on opening something in the browser on the xbox one and I was wondering if there were configs I could use so when I link out to the edge web browser it does not open a new tab if the link is already open.

This is a snippet of the code we use for opening the browser:

          Windows::Xbox::System::User^ firstPartyUser = platformUser->GetFirstPartyObject();
          auto options = ref new Windows::System::LauncherOptions();
          options->Context = firstPartyUser;
          Windows::Foundation::IAsyncOperation<bool>^ m_AsyncOp = Windows::System::Launcher::LaunchUriAsync(launchUri, options);

I was curious if options maybe had any variables I could use to change this? I was not able to get much info on the options object.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,941 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-07-08T20:04:14.003+00:00

    XBox is not currently supported here on QnA. They're actively answering question in dedicated forums here.
    https://answers.microsoft.com/en-us/xbox/forum
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=xboxlivedev

    --please don't forget to Accept as answer if the reply is helpful--


    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.