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

[Bug] Snackbar rtl not working when forced #739

Open
@petrofahed

Description

@petrofahed

Description

Trying to integrate the snackbar in an Arabic App that uses Right to Left in all cultures.

When forcing RTL in the options, the action button is staying on the right side.

The action bar is following the device culture, not the isRtl flag options.

var options = new SnackBarOptions
            {
                MessageOptions = messageOptions,
                Duration = TimeSpan.FromMilliseconds(5000),
                BackgroundColor = Color.White,
                IsRtl = True, _<--- Using English culture will not work._
                Actions = actionOptions
            };

Steps to Reproduce

  1. Device is English
  2. isRtl in snackbar options is true
  3. Test
  • Version with issue: 1.0
  • Last known good version: NA
  • IDE: VS2019 version 16.8.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    a/SnackbarbugSomething isn't working. Breaky break.s/unverifiedThis issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions