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

[Wasm] PasswordBox.PasswordChar support #17246

Open
jeromelaban opened this issue Jun 20, 2024 · 4 comments
Open

[Wasm] PasswordBox.PasswordChar support #17246

jeromelaban opened this issue Jun 20, 2024 · 4 comments

Comments

@jeromelaban
Copy link
Member

Questions about password display characters not being supported and additional questions when applying Korean fonts (migrating from a project-specific platform to a single-project platform)

Question 1) ● PasswordBox is not displayed in Wasm. There is no problem with previous Skia, mobile platforms, and current single project desktop platforms (#eaded92).

Windows
스크린샷 2024-06-20 102843

Wasm
스크린샷 2024-06-20 103522

Desktop
스크린샷 2024-06-20 103115

Originally posted by @luckypong in #17236

@jeromelaban
Copy link
Member Author

Thanks for the report. This issue has multiple aspects. The fact that the browser does not show the character in that font is most likely out of our control, but you should be able to change the character by using PasswordChar which does not seem to work properly at this time.

This is something that can be fixed.

@jeromelaban jeromelaban changed the title PasswordBox may not display with custom fonts [Wasm] PasswordBox.PasswordChar support Jun 20, 2024
@luckypong
Copy link

Password characters are displayed in the pixel android 31 emulator.
Password characters are not displayed on Galaxy Z Fold 5 Android 34.
What kind of problem is it?

@jeromelaban
Copy link
Member Author

@luckypong uno uses the Android APIs for displaying content, the best way to address this is to use PasswordChar to one that works with your font.

@luckypong
Copy link

luckypong commented Jul 8, 2024

@jeromelaban

Unintended consequences?
PasswordBox ● Characters are displayed normally.

Currently ms-appx:///Assets/~
Use not_win:FontFamily="XamlAutoFontFamily"
PasswordBox ● Displays characters.

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

2 participants