Apple rejected application::input from the keyboard not displayed

Hi,

My app had been rejected like n-times because of this issue.
The app runs fine in android and in every physical iphone from 5 to 7.

Those guys said that they don´t use emulator.
I dont have any clue where else to look.
Already updated the keyboard and everything of Ionic 2.

Do you guys have any clues?

Thanks

What exactly did Apple send you as reason for the rejection? Normally they include some details on where exactly things go wrong.

Did you check all keyboard input fields of your app for strange bugs that cause the input not to appear in the corresponding form input?

Hi Sujan,

This is the

We discovered one or more bugs in your app when reviewed running iOS 10.2.1 on Wi-Fi connected to an IPv6 network.
The Login UI does not accepts input from the keyboard. Masking login impossible.
Please see attached screenshots for details.

in Previous review they wrote:

The login field would not display input from the keyboard.

Of course in my tests it always come up.
Those fields are ion-input with ion-label floating

      <ion-item>
        <ion-label floating>
          <ion-icon name="at" item-left></ion-icon>Usuario</ion-label>
        <ion-input type="text" formControlName="email"></ion-input>
      </ion-item>
      <ion-item>
        <ion-label floating>
          <ion-icon name="lock" item-left></ion-icon>Password</ion-label>
        <ion-input type="password" formControlName="password"></ion-input>
      </ion-item>

i submitted a new version without the ion-label floating option as a desperate measure to feel i am doing something.

Thanks. The description seems more than clear.

Do you have any analytics integrated that can tell you which device they were using?
Can you also post the attached screenshot?

Hi,
3 weeks later, it was approved. The difference is the floating label that i deleted in this last version.

Thanks

1 Like