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

Adding the Weather launch URI to the list. #939

Merged
merged 2 commits into from
Oct 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions windows-apps-src/launch-resume/launch-default-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ This topic describes the following URI schemes built into Windows:
|[ms-store:](#store-app-uri-scheme) | Store app |
|[ms-tonepicker:](#tone-picker-uri-scheme) | Tone picker |
|[ms-yellowpage:](#nearby-numbers-app-uri-scheme) | Nearby Numbers app |
|[msnweather:](#weather-app-uri-scheme) | Weather app |

<br>
For example, the following URI opens the default browser and displays the Bing web site.
Expand Down Expand Up @@ -235,3 +236,11 @@ Use the **ms-windows-store:** URI scheme to [Launch the UWP app](launch-store-ap
`ms-windows-store://home/`

For more info, see [Launch the UWP app](launch-store-app.md).

### Weather app URI scheme

Use the **msnweather:** URI scheme to launch the Weather app.

| URI Scheme | Results |
|------------|---------|
| msnweather://forecast?la=\[latitude\]&lo=\[longitude\] | Launches the Weather app in the Forecast page based on a location geographic coordinates.<br>`latitude` refers to the latitude of the location.<br> `longitude` refers to the longitude of the location.<br> |