I'm currently working on a login page and something came up. When testing app in the web-browser (when pressing "test" in project) everything looks fine. When I scan the QR code with my iPhone and open the app in Safari mobile browser a problem appears. You can always "scroll down" a bit to hide the url field in safari (and chrome) thus making the app window being placed a bit further up. When doing this a white area appears "below" the app, looking like the app doesn't fill the entire browser..
Is this a known problem and can something be done because it looks ugly..?
I've vertically centered my content, code:
Appery('LoginGrid').css('position', 'absolute');
Appery('LoginGrid').css('top', '50%');
Appery('LoginGrid').css('margin-top', '-224px');
Appery('LoginGrid').css('left', '50%');
Appery('LoginGrid').css('margin-left', '-142px');
is this something that might cause the problem? Feels like I've tried everything.
I have pictures of problem if you don't understand what I'm trying to say, haha.
Thankful for your help.
Victor
no problem:
https://d2r1vs3d9006ap.cloudfront.net...
width="306"