You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rainemak
changed the title
ESR91: Calculate lowest common denominator above 2.0 for pixel ratio producing even result
ESR91: Calculate lowest common denominator above 1.5 for pixel ratio producing even result
Oct 2, 2024
rainemak
added a commit
to sailfishos/sailfish-components-webview
that referenced
this issue
Oct 2, 2024
…PerPx mapping. JB#62599
This is rather simple way to map these. At the same, there ain't
that many screen resolution that we'd like to map. Thus, this
approach is reasoble for our needs.
For testing this, if you have ran browser at least once, you need to
remove __PREFS_WRITTEN__ flag file from your device.
> rm $HOME/.local/share/org.sailfishos/browser/__PREFS_WRITTEN__
GitHub issue:
sailfishos/sailfish-browser#1085
rainemak
added a commit
to sailfishos/sailfish-components-webview
that referenced
this issue
Oct 10, 2024
…PerPx mapping. JB#62599
This is rather simple way to map these. At the same, there ain't
that many screen resolution that we'd like to map. Thus, this
approach is reasoble for our needs.
For testing this, if you have ran browser at least once, you need to
remove __PREFS_WRITTEN__ flag file from your device.
> rm $HOME/.local/share/org.sailfishos/browser/__PREFS_WRITTEN__
GitHub issue:
sailfishos/sailfish-browser#1085
Calculate lowest common denominator above 1.5 for pixel ratio producing even result.
Xperia 10 V screen resolution is 1080 x 2520.
Android FF has 2.608695652173913
We have 3.0 (we had this approach for quite some time)
1080 / 2.608695652173913 = 414
2520 / 2.608695652173913 = 966
Producing a little bit small rending result but would match to Android FF.
The text was updated successfully, but these errors were encountered: