Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 NGUI 和 Unity 为我的 android 应用程序创建一个输入字段。当键盘出现在屏幕上时,NGUI 屏幕在高度上混在一起?我怎样才能避免这种情况?
在构建到 iOS 时这不是问题,所以它似乎与 Android 相关?
希望在这件事上得到帮助,并在此先感谢:-)
据我所知Unity在编译这个项目之前为Eclipse创建项目打开AndroidManifest.xml for Activity,你想避免这种行为声明
android:windowSoftInputMode="adjustPan"
可能在 Android 编译设置中的某个地方,您可以找到此首选项。