Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[UWP] No navigation bar on UWP when using version 3.1.0.637273 #3297

Closed
jgold6 opened this issue Jul 13, 2018 · 3 comments
Closed

[UWP] No navigation bar on UWP when using version 3.1.0.637273 #3297

jgold6 opened this issue Jul 13, 2018 · 3 comments

Comments

@jgold6
Copy link
Contributor

jgold6 commented Jul 13, 2018

Description

On UWP, no navigation bar is shown with Forms version 3.1.0.637273. Works as expected on version 3.1.0.583944.

Steps to Reproduce

  1. Open Visual Studio and create a new Forms solution targeting UWP

  2. Update Xamarin Forms package to version 3.1.0.637273

  3. Add the following to create the first page:

    {
        public App()
        {
            InitializeComponent();
            var page = new ContentPage { BackgroundColor = Color.Blue, Title = "Page title" };
            MainPage = new NavigationPage(page);
        }
    }
    
    
  4. Run the UWP app

Expected Behavior

Page will show with a navigation bar displaying the page title

Actual Behavior

Page shows but there is no navigation bar and page title is not displayed

Basic Information

  • Version with issue: 3.1.0.637273

  • Last known good version: 3.1.0.583944.

  • IDE: Visual Studio 2017

  • Platform Target Frameworks:

    • UWP: 16299
  • Nuget Packages: Forms

  • Affected Devices: Windows 10 PC

Screenshots

Expected result:

screen shot 2018-07-13 at 10 49 21 am

Actual result:

screen shot 2018-07-13 at 10 51 30 am

@pauldipietro pauldipietro added this to New in Triage Jul 13, 2018
@pauldipietro
Copy link
Contributor

#3298

@CreatingYourApp
Copy link

Any chance to get a fix for this in 3.1? 3.2 seems too far away and still too buggy

jvansickle added a commit to jvansickle/XFContacts that referenced this issue Jul 25, 2018
The latest build has a UWP bug causing the toolbar to not show. See xamarin/Xamarin.Forms#3297
@samhouts
Copy link
Member

FYI, this was released in the latest service release of 3.1. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
v3.1.0
  
Done
Development

No branches or pull requests

4 participants