I'm using Ionic 2.0.0-rc.1 and this: Keyboard.hideKeyboardAccessoryBar(false); works fine in the iOS simulator when running on 9.3. However, when running on a device in the simulator with iOS10, I only see the arrows and done button with NO KEYBOARD. Appears to be related to the plugin itself.
Hi @keithdmoore - you're probably just encountering that your simulator's software keyboard is not toggled on. See Hardware / Keyboard / Toggle Software Keyboard (command-K).
I'm using Ionic
2.0.0-rc.1
and this:Keyboard.hideKeyboardAccessoryBar(false)
; works fine in the iOS simulator when running on 9.3. However, when running on a device in the simulator with iOS10, I only see the arrows and done button with NO KEYBOARD. Appears to be related to the plugin itself.