Keyboard bugging image on android [IONIC 2]

0

I have the following problem:

As you can see in the image above, when I click to type in the login and password fields, this white background appears in the image.

I imagine the problem is related to the android keyboard, since IOS works normally and nothing abnormal appears.

Has anyone seen this error before? Any idea what that might be?

    
asked by anonymous 23.08.2018 / 03:55

1 answer

0

Insert this CSS on the page where this is happening:

  

.scroll-content {       padding-bottom: 0! important;    }

    
23.08.2018 / 13:52