简体   繁体   中英

Is there a popup soft keyboard in the Android emulator?

As a noob I wrote an app with lots of layout screens and it worked OK in emulation but when I ran it on my Droid Incredible the soft keyboard popping up changed the layout of a LinearLayout I was using - shoving some elements aside and changing the height of others! I fixed it by adding android:windowSoftInputMode="adjustPan” to the Activity element of the manifest but I really would have preferred to discover this problem in emulation and not on a real phone.

So, is there a popup soft keyboard in the Emulator and if so how do I invoke it?

是的,您只需要用鼠标单击一个EditText框,它将打开。

Yes, of course. You can go to the emulator's edit page, do not choose the "Use handware keyboard".

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