After a year, we still don't have a fix for input field in Slides?

As you may know if you want to create a fancy form where you can next next finish without placing all the input fields in one page, using ionic slides is an easy method. However it was reported on github multiple times for almost a year, that the input fields are bugged when using with slides on real devices. If you want to write something, all of them are hidden and you just see the keyboard and a big white screen.

Still no solution from ionic team.

Anyone have found an actual working solution?

2 Likes

Or any other solution instead of slides so the user can go though a form without placing all the fields in one page? That is not user friendly.

I don’t know, maybe it depends on the keyboard configuration?

In my app I have built a massive wizard based on a slider and I don’t face such problems. Ok I’ve got only a few input field, maybe max 2 pro slides, but still, no problem detected on both android and ios (just double checked to be sure).

My config in app.module

 IonicModule.forRoot(MyApp, {
        scrollAssist: false
         ...
  }

Furthermore, in my wizard, I do the following regarding the keyboard:

ionViewWillEnter() {
   this.keyboard.disableScroll(true);
}

ionViewWillLeave() {
  this.keyboard.disableScroll(false);
}

No idea if that could helps you or not, just saying.

If you’ve got a small project where you could reproduce your/the problem, maybe try out these, with luck it might work?

1 Like

So no one knows a smooth working multiple pages form method?

same issuse with ios