How do we support 4inch iphone5 screen
-
Hello guys,
I tried the ios port of Qt, the problem is that the window size is always 3.5 inch. I have a 4inch iphone 5, so I have two black bars around the application.
How do we support 4inch screen? somebody said that as long as I create a default launch image for the 4 inch display, the app will be 4 inch. I tried, it didn't work for me.
Thanks,
-
What does your QDeclarativeView look like?
What first page element look like ?
Did you by any chance use showFullScreen() ?
Those are places that I would look,
but the typical strategy is to ensure that you use ratios for size and anchors for placement.Also you should post some code otherwise how are people going to know whats wrong?