android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.45k stars 8.28k forks source link

Host fragment resize or scroll issue #837

Open KoshkaRU opened 4 years ago

KoshkaRU commented 4 years ago

In the "Navigation advanced sample" project.

When you try to register new user.

  1. Click register.
  2. Click inside the "Name" field.

Now you cannot see other fields because of host fragment cannot scrolling or resize. I have the same problem in my project. Tried to play with scrolling options and layout constraints. Bottom panel feel that the Input service start to work and move bottom nav panel on the top of the onsceen keyboard (in this sample it's hidden). But navigaton fragment (and fragment inside of it) cannot be scrolled or resized!