Skip to content
Discussion options

You must be logged in to vote

As far as I'm aware, this isn't a MAUI issue. That's the native webview for the platform and how it renders that CSS and HTML. You would have the same situation you built it straight in native Java or ObjC/Swift for Android and iOS respectively and used that HTML/CSS. Those are just the defaults they use. So, you would need to control the font sizes for the tags you care about. You can do that yourself in your css (Either building different CSS for different platforms or whatever) or pulling in another framework (Like Bootstrap) so handle styling for you.

But this isn't a specific "MAUI" thing with this control, that's just how WebViews work.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rogersm-uwosh
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
t/bug Something isn't working legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-controls-label Label, Span s/needs-attention Issue has more information and needs another look
3 participants
Converted from issue

This discussion was converted from issue #19802 on January 11, 2024 19:21.