Aquafina-water-bottle/jp-mining-note

[AnkiMobile] Furigana appears too high by default

Opened this issue · 0 comments

Any furigana, most notably, the furigana on the WordReading field, appears too high above the word compared to other clients. This used to be an issue with Qt5, but was fixed with the Qt6 build on PC. The way to fix it on the old Qt5 build was to use the following runtime option:

"fixRubyPositioning.enabled": true,

This adds the fix-ruby-positioning class to all relevant divs. Although this works on PC, this seems to left-align text on AnkiMobile. The main issue is that this "fixed" furigana should be centered instead of left-aligned. The current workaround to this is to simply disable the above runtime option, and have users deal with properly centered yet raised furigana.

Note: I have not tested this to see if this is an AnkiMobile issue, or a general Safari issue (since AnkiMobile uses a Safari webview).