Introduction

This app extends the Universal App Navigation template provided for Windows 8.1 and Windows Phone 8.1. The app provides a fairly simple implementation of the Navigation template that demonstrates ways that you can extend the Navigation template and customize the navigation control. The app includes the following features:

In addition, the app demonstrates the following features or technologies:

How it Works

For info on how this app works, see Customizing the Navigation control (http://msdn.microsoft.com/library/windows/apps/dn743861.aspx).

For more info on the JavaScript templates and universal apps, see JavaScript project templates (http://msdn.microsoft.com/library/windows/apps/hh758331.aspx).

Requirements

Running the app

  1. Unzip the downloaded file.
  2. In Visual Studio 2013 Update 2, open the project file (.sln file).
  3. To switch the deployment target of the app (between Windows and Windows Phone), right-click the Phone or Windows project in Solution Explorer and then select Set as Startup Project.
  4. Press F5 to start the app with the debugger attached. (Press Ctrl + F5 to start the app without the debugger attached.)