I think it's related to supporting multiple screen sizes. iOS devices have similar screen ratio with each other, but Android devices are not. To avoid problems like this, using the properties like 'Viewportbottom' is recommended when you assign object position.
There's many tutorials and threads about that. You should check them out.