ubuntu-touch-coreapps team mailing list archive
-
ubuntu-touch-coreapps team
-
Mailing list archive
-
Message #00776
[Ubuntu-CoreApps] [all-coreapp] App's size changes a lot during startup
Hi Geeks,
(This email is just for warning developers)
A new bug is affecting Shorts after utopic r158
https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1351057
The primary reason is, App's size changes a lot during startup. Because
Shorts has a binding to app's size for adjusting its view to fit the
screen, and qml engine cannot delete old items immediately.
Here are my test result of the size changes during startup:
1. app initial its size base on source code ;
2. app change its size to full screen, for nexus 4 , it is 1280 * 768 ;
3. app change its size to maximum window, for nexus 4, it is 1226 * 768 ;
So, be careful of your apps if the startup will make few bad effect
BR,
Joey
Follow ups