【发布时间】:2016-07-16 02:31:02
【问题描述】:
在 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 谢谢
【问题讨论】:
标签: ios appcelerator appcelerator-titanium