@mvg1984 wrote:
Hi guys!
Could you help me with hideKeyboardAccessoryBar(false). I am testing my app in Ionic View on iPhone and accessory bar doesnt appears. Am i doing wrong or Ionic View doesnt supports that functionality?
I call hideKeyboardAccessoryBar(false) in app.compontets.ts like this:
// Initialize application public initializeApp() { this.platform.ready().then(() => { this.statusBar.styleDefault(); this.splashScreen.hide(); this.keyboard.hideKeyboardAccessoryBar(false); }); }
Thanks for help!
Posts: 1
Participants: 1