Replies: 6 comments
-
Can you share snippet or screenshots of your concern? |
Beta Was this translation helpful? Give feedback.
-
Yes, thanks for asking!
please find it attached.
Ok/cancel Buttons are hidden behind the Keyboard
BlueMail for Android herunterladen
Am 29. Mai 2021, 22:54, um 22:54, Hakobi ***@***.***> schrieb:
…Can you share snippet or screenshots of your concern?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#9427 (comment)
|
Beta Was this translation helpful? Give feedback.
-
I see you can set your Android Manifest to So your layout can adjust when the keyboard was open. |
Beta Was this translation helpful? Give feedback.
-
Hi Hakobi,
thank you very much but unfortunately it did not help. I rebuild the App and send screenshot of the manifest.
Is there any possibility to change the keyboard for the dialog? Set done instead of new line or catch the key press?
Again thank you very much for your help!
Kind regards
Anja
BlueMail for Android herunterladen
Am 30. Mai 2021, 18:08, um 18:08, Hakobi ***@***.***> schrieb:
…I see you can set your Android Manifest to
```android:windowSoftInputMode="adjustResize"```
So your layout can adjust when the keyboard was open.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#9427 (comment)
|
Beta Was this translation helpful? Give feedback.
-
the dialogs does not seem to follow the main activity soft input mode as explained here https://github.com/NativeScript/NativeScript/blob/master/packages/core/ui/core/view/index.android.ts#L218. |
Beta Was this translation helpful? Give feedback.
-
it is explained here https://stackoverflow.com/questions/25215248/how-to-make-fragment-honor-soft-input-mode-of-activity |
Beta Was this translation helpful? Give feedback.
-
On Android, the Softkeyboard hides the OK/Cancel Buttons when trying to get user input via the Prompt Dialog.
I would be happy about any hint as a workaround.
Thank you!!!
Anja
Beta Was this translation helpful? Give feedback.
All reactions