When I try this on a different device the issue does not happen?
How can I make sure the html element is always at 0,0 on all devices?
I can manually shift the html element in code but as the offset is different on different devices I'll need to check the value of the 'left' attribute in the root div.(Which is above my own html) But how would I do that??