Skip to content
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

[Android] Keyboard overlap content when router in use #2362

Open
xzwiex opened this issue Jun 21, 2021 · 0 comments
Open

[Android] Keyboard overlap content when router in use #2362

xzwiex opened this issue Jun 21, 2021 · 0 comments

Comments

@xzwiex
Copy link

xzwiex commented Jun 21, 2021

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 8.0.2
  • Cross-platform modules: Clean project
  • Android Runtime: 8.0.0
  • iOS Runtime:
  • Plugin(s): -
  • NativeScript-Angular: 12.0.0
  • Angular: 12.0.0

Describe the bug
I have a sample view layout, copied from Playground. There is a strange behaviour when I trying to add router on app page - the keyboard starts overlap app view. And when I remove page-router-outlet and add html from example directly to app.component.html - everything works fine.

With router:
IMAGE 2021-06-21 12:03:39

Without router:
IMAGE 2021-06-21 12:04:02

Additional context
There are several related issues on core and most common answer is "add android:windowSoftInputMode="adjustResize" to your AndroidManifest". I've also applied all changes on the xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant