-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyboardInsetsView在ios上与安卓表现不一致 #32
Comments
你这个 Android 系统是什么版本的,有没有设置 windowSoftInputMode 为 <!-- AndroidManifest.xml -->
<activity
android:name=".MainActivity"
...
android:windowSoftInputMode="adjustResize">
<intent-filter>
...
</intent-filter>
</activity> |
有没有按照文档指引,开启 edge-to-edge |
没有开启edge-to-edge 等晚会我试一下 |
我看了文档这个是在安卓中配置的 但是不配置也能正常使用 在ios怎么办 ios并不能使用 |
ios 不需要额外设置 |
是的 在安卓中我底部的按钮在聚焦之后会悬浮在键盘上方 在ios中并不会 这个怎么解决 |
|
开启 edge-to-edge 这一步不能省 |
感谢您的回复 ,但是我不太理解为什么要开启edge-to-edge 这个edge-to-edge不是安卓的吗 我现在安卓上是正常的表现 在ios上才有问题我的按钮没有悬浮在键盘之上 |
我认为 Android 只是碰巧正常了 |
好吧 我们测试过安卓设备都是正常的, 那在ios上需要怎么做呢 我们的需求是那个按钮悬浮在键盘之上 |
The text was updated successfully, but these errors were encountered: