Alex-Dobrynin/Controls.UserDialogs.Maui

Progress dialog doesn't display the text correctly if the device language is Hebrew

Closed this issue · 5 comments

Describe the bug
If the device language is Hebrew, the text is not shown correctly, it truncates or even doesn't show the content as expected.
If the text to be displayed is short, no text is displayed.

To Reproduce
Run the sample in Hebrew. It will truncate part.
The make the texts shorter, and it will not display anything.

Did you run Sample project from this repo, is there the same?
It fails

Desktop (please complete the following information):
windows 11/64 bits

Smartphone (please complete the following information):
Samsung M54 with Android 14

Did you found a workaround?
No

I'm sorry, but I'm not using hebrew in my life. If you want me to check and find solution how to fix this, you should give me the reproduction project with all of your cases

Hi,
Thanks for your prompt reply.
Change your device to Hebrew ( עברית) remembering the icons/positions to switch it back to your native language.
Start the sample project from this repo and click on the Progress button.
You will see that it cut part of the text.
Make the text shorter and it will show no text at all.

The thing is that it does not support RTL. If you want to have RTL support, the answer is here #26 (comment).

And second, My package is using AndHUD package to show progress and loading, so the bug is there, you may try to go there and submit a ticket there.

implemented in 1.7.0

Thanks a lot.
I'm really grateful.