Skip to content

Commit

Permalink
Merge pull request unoplatform#11238 from unoplatform/dev/jela/page-w…
Browse files Browse the repository at this point in the history
…izard-doc

docs: Adjust naming for new page wizard
  • Loading branch information
jeromelaban authored Feb 8, 2023
2 parents c58e64f + ea6db92 commit 3022c02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/articles/guides/native-frame-nav-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ The complete sample code can be found here: [NativeFrameNav](https://github.com/
1. Create a new Uno Platform application, following the instructions [here](../get-started.md).
2. Add two more pages (`BlankPage1` and `BlankPage2`) to the `Your_Project_Name` project

Right-click on the `Your_Project_Name` project -> `Add` -> `New Item...` -> `Blank Page`
Right-click on the `Your_Project_Name` project -> `Add` -> `New Item...` -> `Page (Uno Platform Windows App SDK)`
Repeat once
3. Modify the content of each page to:
- `MainPage.xaml`, `BlankPage1.xaml`, `BlankPage2.xaml`:
> note: Add `xmlns:toolkit="using:Uno.UI.Toolkit"` to the `<Page>` element.
> [!NOTE]
> Add `xmlns:toolkit="using:Uno.UI.Toolkit"` to the `<Page>` element.
```xml
<Grid toolkit:VisibleBoundsPadding.PaddingMask="Top">
<Grid.RowDefinitions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For instructions on working with automated UI tests, [go here](creating-ui-tests

## Running SamplesApp

The SamplesApp from latest master branch for WebAssembly is available online: https://unoui-sampleapp-unoui-sampleapp-staging.azurewebsites.net
The SamplesApp from latest master branch for WebAssembly is available online: https://aka.platform.uno/wasm-samples-app

To run the SamplesApp locally:

Expand Down

0 comments on commit 3022c02

Please sign in to comment.