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
Is it not easier to use ionic, are you doing the webview yourself?
What do you mean by "doing the WebView yourself"?
is it react or kotlin, pick one
is the webview a wrapper for your react app?
Do you know about WebView? I render my react.js app as WebView in kotlin
is there any other functionality besides the webview
Not actually But to make the WebView to have all the functionality as react app, I created an interface for downloading files However it's just to make the WebView to be the same as react app
Обсуждают сегодня