简体   繁体   中英

Keyboard not shown under iOS 8

When focus on my app's textfields, none of them can call out the keyboard, I cannot enter any letter. But before iOS 8 is okay.

I tried to rotate the screen and found that the keyboard is shown out bounds of the screen, checked the view frame, it's 1024 * 768, seems correct.

Finally, find that it's simulator's issue, not iOS 8's bug.

Workaround:

iOS Simulator > Hardware > Keyboard > Toggle Software Keyboard

or just press Cmd + K

Yeah, I've connected a hardware keyboard via bluetooth, but didn't notice this keyboard toggle function until now. Seems Xcode 6 will use my hardware keyboard by default.

Open Simulator.

Go to Hardware.

Then select Keyboard.

Then choose iOS Users Same Layout As OS X

Simulator -> Hardware -> Keyboard -> iOS Users Same Layout As OS X

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM