Giter VIP home page Giter VIP logo

Comments (13)

sander1133 avatar sander1133 commented on July 17, 2024 6

Problem is annoying. Already a few months without a fix. Currently on: 2.5.0.280555.

from xamarin.forms.

FetFrumos avatar FetFrumos commented on July 17, 2024 5

Any news?

from xamarin.forms.

wasaczd avatar wasaczd commented on July 17, 2024 3

The problem still persists (XF 2.5.0.280555) and becomes more and more annoying :-(

from xamarin.forms.

PMarsh-UB avatar PMarsh-UB commented on July 17, 2024 3

Check this link out @FetFrumos : https://forums.xamarin.com/discussion/70863/flicker-delay-happens-while-navigating-to-some-other-page-on-click-of-menu-item-in-masterdetail-page

I've just posted a solution that may help.

from xamarin.forms.

n3nikita avatar n3nikita commented on July 17, 2024

Got the same problem. Any news?

from xamarin.forms.

CSeb96 avatar CSeb96 commented on July 17, 2024

Same problem here. Has anyone solved it?

from xamarin.forms.

johnsonpontes avatar johnsonpontes commented on July 17, 2024

Same problem here

from xamarin.forms.

CSeb96 avatar CSeb96 commented on July 17, 2024

A workaround I did was:

var page = new Page();
var masterdetail = new YourMasterPage() {Detail = new NavigationPage(page) };
await Navigation.PushAsync(masterdetail);

No more flickering between pages for me.

from xamarin.forms.

johnsonpontes avatar johnsonpontes commented on July 17, 2024

Even in version 2.3.4.270 the problem happens

from xamarin.forms.

sathishkumar1624 avatar sathishkumar1624 commented on July 17, 2024

I have roll backed to 2.3.4.270, still the problem exists. Guys any one has a solution to this.

from xamarin.forms.

FetFrumos avatar FetFrumos commented on July 17, 2024

Any news? Anybody here?

from xamarin.forms.

swansca79 avatar swansca79 commented on July 17, 2024

What's the hold up on this issue? These kind of cosmetic problems just make the Android apps built with Forms look bush league. The workaround by @PMarsh-UB kind of works, but it's the exact opposite how the official Xamarin documentation says to use the master/detail page. When I tried it, the title stopped getting picked automatically from the detail page, and the nav drawer icon disappeared, so thats nice...

I guess it's all we can expect, considering how unusable Forms 2.5 and greater is, this is low hanging fruit.

from xamarin.forms.

sander1133 avatar sander1133 commented on July 17, 2024

Is there any news or progress on this bug?

from xamarin.forms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.