0
Good night! I’m developing an app using Ionic / Angular, but I’m having a problem. When clicking on the keyboard, the form elements overwrite the menu and the logo.
I want to hide the Divs responsible for displaying the menu and logo, I am using in html:
<div class="container top" [hidden]="keyboard.isVisible" >
But you’re only hiding the Ivs by typing something using the keyboard and not by clicking the input as expected.
Thank you for your attention.
When you open the keyboard is div not hidden? Only when you start typing something?
– Sam
Exactly sam! What was expected was to click, already hide.
– Lucas santos
tries to set a Boolean to true in input Focus
– Eduardo Vargas