keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
391 stars 108 forks source link

bug(web): layout font size not being properly applied #10444

Closed jahorton closed 8 months ago

jahorton commented 8 months ago

When replying to https://community.software.sil.org/t/change-font-size-of-mobile-key-caps/8305/, we found that the 'proper' way to set fontsize for a layout isn't being handled properly by Keyman Engine for Web; at a minimum, it's getting overwritten whenever the OSK's layout is refreshed.

mcdurdin commented 8 months ago

The other way to set font size is with CSS, which some other keyboard devs have done in the past. Not recommended though, because it's hard to maintain compatibility!

jahorton commented 8 months ago

Very closely associated with, if not a duplicate of, #9837.