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 was archived by the owner on Oct 9, 2018. It is now read-only.
Hey,
i just wanted to place a 100% height div on the screen.
on the div is some "lost" space at the bottom + top on the screen and i saw that bbui gives an actionbarheight of 139, but it seems it has only 96... same for the top. can this be the reason?
tested on 10.3 simualtor
seems to work on z10 / q10 / passport
edit: even on 10.2:
edit: simulator gives 1pixel less for window.innerHeight + window.innerWidth, so bb.device.is1280x720 is false (dont know, if it is a simulator bug). this extra line fixed it for simulator:
Hey,
i just wanted to place a 100% height div on the screen.
on the div is some "lost" space at the bottom + top on the screen and i saw that bbui gives an actionbarheight of 139, but it seems it has only 96... same for the top. can this be the reason?
tested on 10.3 simualtor
seems to work on z10 / q10 / passport
edit: even on 10.2:
edit: simulator gives 1pixel less for window.innerHeight + window.innerWidth, so bb.device.is1280x720 is false (dont know, if it is a simulator bug). this extra line fixed it for simulator:
The text was updated successfully, but these errors were encountered: