Hi,
Any thoughts on why the keyboard wouldn't show up (on textfield focus) for this in iPhone 5s simulator (and 4s as well) but works fine with 5, 6 and 6+ simulators. Can anyone else reproduce this? Am I missing something? Doing a clean build didn't help either.
index.xml:
<Alloy> <Window layout="vertical" backgroundColor="white"> <TextField borderStyle="Ti.UI.INPUT_BORDERSTYLE_ROUNDED" width="200" height="30" top="100"></TextField> </Window> </Alloy>index.js has only one line:
$.index.open();
and index.tss is empty
Environment info:
Operating System Name = Mac OS X Version = 10.9.5 Architecture = 64bit # CPUs = 8 Node.js Node.js Version = 0.10.25 npm Version = 1.3.24 Titanium CLI CLI Version = 3.4.1 Titanium SDK SDK Version = 3.5.0.GA ... A few lines of Output: [INFO] : Found Titanium plugin id=ti.alloy version=1.0 [INFO] : Deploy type: development [INFO] : Building for target: simulator [INFO] : Building using iOS SDK: 8.1 [INFO] : Building for iOS Simulator: iPhone 5s [INFO] : Building for device family: universal [INFO] : Minimum iOS version: 7.0Thanks in advance.
-RS