is android keyboard overlaps input which is inside a modal.
I tried following code but no result:
android:fitsSystemWindows="true"
Any solutions?
AndroidManifest.xml xml``` <activity android:name=".MainActivity" android:windowSoftInputMode="adjustResize"> </activity> ```
I already tried this as well Yet no result
Обсуждают сегодня