钛appcelerator窗口小

时间:2016-03-28 18:51:41

标签: ios appcelerator appcelerator-titanium

在appcelerator中我尝试使用此代码打开一个窗口

var self = Ti.UI.createWindow({
            backgroundColor: '#616161',
            color: 'blue',
            exitOnClose: true,
            height: 1000,
            navBarHidden: true,
            width:Ti.UI.FILL,
            _moving: false,
            _startx: 0,
            _endx: 0,
            top:0,
            left:0
       });

但iphone中的窗口奇怪地与状态栏缩小到大约80%的屏幕... 我尝试在模拟器和设备中,并在两个地方不断出现 like this

任何想法为什么会发生? ios 9.3和appcelerator sdk 5.2.1GA 感谢

2 个答案:

答案 0 :(得分:3)

过去我遇到过这个问题,对我而言,它没有合适尺寸的启动画面,导致应用程序以较小的iphone 4尺寸运行。确保您在项目中拥有所有这些尺寸

iPhone 4 / 4S 启动画面 640 x 960 72 Default@2x.png

iPhone 5 / 5C / 5S iPod touch第5代 启动画面 640 x 1136 72 Default-568h@2x.png

iPhone 6 启动画面 750 x 1334 72 Default-667h@2x.png

iPhone 6 Plus横向 启动画面 2208 x 1242 72 Default-Landscape-736h@3x.png

iPhone 6 Plus肖像 启动画面 1242 x 2208 72 Default-Portrait-736h@3x.png

我收到了此信息,可以找到更多详细信息here

答案 1 :(得分:0)

请确保您的设备或模拟器具有正确的splash图片,您可以使用此精彩工具TiCons,它会生成所有splashicon和{{ 1}}大小适合你