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
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
once the app is started, you will see that font size is much smaller then expected
Explanation:
We have found that in this scenario window.innerWidth and window.innerHeight return unexpected values during bbui init call.
Depending on the rotation, you can get the following values:
window.inner: 1024 x 1707, screen: 768 x 1280
window.inner: 1024 x 615, screen: 1280 x 768
In this scenario bbui cannot determine correctly screen size and setup the correct CSS styles.
Steps to reproduce on dev alpha b:
Explanation:
We have found that in this scenario window.innerWidth and window.innerHeight return unexpected values during bbui init call.
Depending on the rotation, you can get the following values:
window.inner: 1024 x 1707, screen: 768 x 1280
window.inner: 1024 x 615, screen: 1280 x 768
In this scenario bbui cannot determine correctly screen size and setup the correct CSS styles.
Some more details can be found in bbui issue:
blackberry/bbUI.js#874
The text was updated successfully, but these errors were encountered: