gustavomachado1992
Results
1
comments of
gustavomachado1992
add in app.component.ts `keyboardHeight = 0;` ``` constructor( private platform: Platform, private keyboard: Keyboard, ) {} ``` ``` this.platform.ready().then(() => { this.statusBar.styleDefault(); this.splashScreen.hide(); window.addEventListener('keyboardDidShow', (e: any) => { console.log('this is...