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

[Bug?] TargetedMenu start with big size then go to actual size #96

Open
Wutthilert opened this issue Mar 12, 2021 · 0 comments
Open

[Bug?] TargetedMenu start with big size then go to actual size #96

Wutthilert opened this issue Mar 12, 2021 · 0 comments

Comments

@Wutthilert
Copy link

TargetedMenu tm = new TargetedMenu(clickBtn);
tm.Orientation = StackOrientation.Vertical;
tm.SeparatorColor = Color.Blue;
tm.SeparatorThickness = 2;
tm.SegmentTapped += Tm_SegmentTapped;
List items = new List();
items.Add(new Segment { Text = "Button 1" });
items.Add(new Segment { Text = "Button 2" });
items.Add(new Segment { Text = "Button 3" });
tm.Segments = items;
tm.PushAsync();

Steps to Reproduce

Expected Behavior

Actual Behavior

Basic Information

  • Version with issue: 2.4.9

  • Last known good version:

  • IDE:Visual studio 16.9.1

  • Platform Target Frameworks:

    • Android: 6 - 11
    • UWP

frm1
frm2

Screenshots

also test with IsAnimationEnabled = false;
It happen sometimes and at first time seems toke longer time before respond

in MainActivity.cs also push Forms9Patch.Droid.Settings.Initialize(this); before LoadApplication(new App());
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant