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.
每当用户单击输入字段时,它都会被键盘覆盖并阻止用户查看正在输入的内容。有没有类似于 React Native 的 KeyboardAvoidingView 的解决方法?
在 AndroidManifest.xml 中使用这一行
<activity android:windowSoftInputMode="adjustPan" android:name=".activities.LoginActivity" />