You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I tap in the note part of the add note the keyboard pops up. Then paste a bunch of text. When the keyboard hides only half the screen is used to score the posted text.
[edit] Seems if you add:
android:windowSoftInputMode="adjustResize"
to the manifest for the main activity this might resolve the issue
The text was updated successfully, but these errors were encountered:
🤔
This is what this looks like. I'll take a stab at it, since it's hindering me too, but I can't promise anything. I often use the app to write somewhat long drafts.
If I tap in the note part of the add note the keyboard pops up. Then paste a bunch of text. When the keyboard hides only half the screen is used to score the posted text.
[edit] Seems if you add:
android:windowSoftInputMode="adjustResize"
to the manifest for the main activity this might resolve the issue
The text was updated successfully, but these errors were encountered: