Hello,
I just want to hide this bar with the buttons: “previous, next and done”, but I tried different solutions and nothing seems to work. This page is an external webpage with an redirect uri. .
- I tried to install an older plugin: cordova plugin add ionic-plugin-keyboard@2.1 -> doesn’t work
- I tried with ionic-native -> doens’t work. LINK: https://ionicframework.com/docs/native/keyboard/
app.component.ts
this.platform.ready().then(() => {
keyboard.hideFormAccessoryBar(true);
app.module.ts
import Keyboard and add it to the providers
Can anyone help me please?