Share via

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.

Community Center | Not monitored
0 comments No comments

Answer accepted by question author

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.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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