Comment 3 for bug 1297463

Revision history for this message
Martin Borho (martin-borho) wrote :

@Nekhelesh exactly, I had an issue too with the weather app some time ago. (Perhaps you can remember?)

Problem is/was, that the first rendering of the UI assumes the size set in MainView and tries to readjust the layout later on when finished. When started on the phone, due to some slower tablet parts, there was an overlay of a tablet component above the phone layout.... Switching to intial phone size fixed this and made startup faster and less flaky.

I don't know, if there's a way to get the size right immediately at startup time, or to set the initial size in MainView in conjunction of the platform, tablet or phone.

My conclusion was: It should work better, when the first time CondtionalLayout gets involved, the size is reflecting the correct size of the device. But don't know if this is right.