Layout displacment on iOS 8.3

85 views Asked by At

I am using INTEL XDK(1995) and Ionics to build HTML 5 application for Android and iOS.

Application runs like it should on Android devices and also on my iPhone 4 which has iOS 7.1.1

Application requires internet connection to load location of data and data it self and is then placed on device screen. Here is the example how application looks like: Normal layout

And this is example from the iPhone 6 and iOS 8.3: iOS 8.3

It looks like that height isn't calculated properly. But it's interesting that buttons are placed correctly. Because they are also set by the height of the screen. But on some other device which is also iPhone 6 and has iOS 8.3 works like it should. Anyone knows what could make a difference on same device? Please say if you need any more information.

1

There are 1 answers

0
Jure On BEST ANSWER

I have managed to solve this problem. When I went to the client which had this problem, I discovered that splash screen didn't even show and instead it went directly to the application. So I added init-dev.js file and called my starting AngularJS method from "ready" listener method.