Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch browser on Android #61

Open
peted70 opened this issue Nov 14, 2018 · 4 comments
Open

Launch browser on Android #61

peted70 opened this issue Nov 14, 2018 · 4 comments
Assignees

Comments

@peted70
Copy link

peted70 commented Nov 14, 2018

I have a UWP app which I am currently running on a Windows 10 PC using 1803. I can discover a RemoteSystem for my Pixel 2 running Android 9 but when I try to launch a uri on the phone using http

var rscr = new RemoteSystemConnectionRequest(remote);
var uri = new Uri("http://www.google.co.uk");
var status = await RemoteLauncher.LaunchUriAsync(rscr, uri); 

I get RemoteSystemUnavailable.
Also, if I query capabilities all of them return false.
I am able to use 'continue later' from the phone to the PC.
What's the best way to diagnose this?

@tadam-msft
Copy link
Member

Do you have a particular application that you are launching to on the phone?

@tadam-msft tadam-msft self-assigned this Jan 25, 2019
@mediaexplorer74
Copy link

Do you have a particular application that you are launching to on the phone?

Hi. Are you working at Microsoft at now or no? What is the status of this project, after 3 years of fixing this open issue?... ;)

@peted70
Copy link
Author

peted70 commented Feb 7, 2022

I am still working at MSFT but have forgotten the details of this issue now since a few years has passed.

@mediaexplorer74
Copy link

I am still working at MSFT but have forgotten the details of this issue now since a few years has passed.

Thank you for reply. Perhaps, Project Rome not too easy thing for reanimation.... There are many technical problems... The program managers are silent :( Sorry that I disturbed you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants