To piggy-back-piggy-back on what @dram & @mikeyevin mentioned, sometimes it’s tricky to work with relative units only, if the parent elements lack defined values. So often vh’s are used for height values. This creates flickering on mobile BB’s because some browsers subtract the URL bar and it expanding and contracting alters the viewport’s height. This will cause flickering with absolute elements.
Some more info: