@rikycg wrote:
Hey there
I created a new project with the Ionic CLI: 4.5.0 with this command:
ionic start test-app tabs --type ionic1
So, I put an input text inside of tab-dash, I tested it and the “Select All” worked good:
But I saw this message in my console:
TypeError: window.Keyboard.hideKeyboardAccessoryBar is not a function. (In 'window.Keyboard.hideKeyboardAccessoryBar(true)', 'window.Keyboard.hideKeyboardAccessoryBar' is undefined)
Ok, I read about this: https://blog.ionicframework.com/pluginz-be-buggin/
Well, I removed this line from app.js file:window.Keyboard.hideKeyboardAccessoryBar(true);
The, I tested the app again, but in this occasion the “Select All” feature didn’t work. I don’t know why, but when I have that line (with undefined function) the It works and If I remove that line then it doesn’t work. Is very weird. I spent a long time in this and I don’t know what is the solutions.
Can you help me please?
RegardsPD: I’m using:
Ionic bundle 1.3.4
Cordova 7.1.0
Posts: 1
Participants: 1