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
I see weird behavior in Android OS > 5.0 , ChipsView works fine with lesser version.
Issue : When I click on ChipsView , Keyboard comes up and it actually cover my app with white screen.
My layout contains CoordinatorLayout, AppBarLayout and ChipsVIew below TextView . Attaching image for reference. Sorry I brushed image due to privacy policy.
Earlier I though my anyof layout is over coming but I verified it by changing background color of each elements still WHITE color was coming up. In some devices it coming over to AppBarLayout.
Tested version : 5.1 , 6.0
Works fine with : 4.4.4
The text was updated successfully, but these errors were encountered:
homedevs
changed the title
Weitd behavious > 5.0 OS
Weird behavious > 5.0 OS
May 20, 2016
Hey @homedevs,
can you go into more detail of your layout hierarchy (e.g. layout screenshot using the device monitor)? Is that a CollapsingToolbarLayout inside your AppbarLayout? On which devices did you produce the issue? Are you using an Activity or AppCompatActivity? What attributes did you apply to the ChipsView in your xml layout?
Hi,
I see weird behavior in Android OS > 5.0 , ChipsView works fine with lesser version.
Issue : When I click on ChipsView , Keyboard comes up and it actually cover my app with white screen.
My layout contains CoordinatorLayout, AppBarLayout and ChipsVIew below TextView . Attaching image for reference. Sorry I brushed image due to privacy policy.
Earlier I though my anyof layout is over coming but I verified it by changing background color of each elements still WHITE color was coming up. In some devices it coming over to AppBarLayout.
Tested version : 5.1 , 6.0
Works fine with : 4.4.4
The text was updated successfully, but these errors were encountered: