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
Description
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
- Device is English
- isRtl in snackbar options is true
- Test
- Version with issue: 1.0
- Last known good version: NA
- IDE: VS2019 version 16.8.3