capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
143 stars 60 forks source link

Apple Sign In dialog jumps #63

Open SergioZhydecky opened 2 years ago

SergioZhydecky commented 2 years ago

Describe the bug

https://user-images.githubusercontent.com/6481741/140525765-7e385d23-0526-48b8-92fb-8bf87bad2e9d.MP4

My code looks like:

            SignInWithApple.authorize({
                clientId: environment.apple.clientId,
                redirectURI: environment.apple.redirectURI,
                scopes: environment.apple.scope // email name
            })

To Reproduce Steps to reproduce the behavior:

  1. Open application
  2. Click 'Sign in with Apple' button
  3. Click 'Continue' button

Expected behavior It should not jumps. I'm moving an app from Cordova IONIC, I don't have this jump behaviour in the same app with IONIC Native plugin.

Smartphone (please complete the following information):

johnmap commented 2 years ago

Same behaviour here. You can also see it in a commercial app using Capacitor (which is not related to me) here: https://apps.apple.com/ca/app/i-lave-u-le-pressing-mobile/id1506610696

Nikita-schetko commented 2 years ago

Guys, is there exists any solution/workaround for this issue?

alpha-khambir commented 2 years ago

Any updates?

fr3fou commented 2 years ago

Any updates?

johnmap commented 2 years ago

I've now seen this in many apps (not sure if all) including non-Ionic and non-Capacitor apps, and it's being discussed in non-Ionic/Capacitor-specific venues too (https://developer.apple.com/forums/thread/693381). May simply be an iOS bug.