-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code confirmation modal not appearing on android #853
Comments
I'm having the same issue. I can't see any change on the status and modal doesn't show (I have <magic.Relayer /> added). So for me, it is two issues, modal is not opening, and I can't see any of the handle.on being triggered.
|
Hi @nadsonfernando / @RodrigoSarmento , Currently looking into this now. I initially was able to reproduce on an android simulator with magic RN bare version Also, @RodrigoSarmento the events are intended to be used with the whitelabel flow so that might be why you aren't seeing any of them. The whitelabel flow would be triggered via the
I'll keep you both posted on a fix for the modal issue. Thanks! |
Hello, I've tried with showUI false as well, although it was working before even with the UI showing. I'm going to try in the sdk 28 and with device check false. I'm testing on a real device and it was happening 100% of times for sdk 29 and 30(I probably tried 10 times in each) |
Hello. I've just tested with SDK 28, and I still have the same issue. I'm calling the function with showUI false and deviceCheckUI:false as asked, and I still can't see the events logs.
If I call to show the modal, the modal is still not prompt
If there is anything else I could do or more info I could give to you please let me know |
@RodrigoSarmento would you mind sharing your publishable API key with me? This will allow me to take a closer look at our logs to hopefully see what's going on. Feel free to send it to [email protected] if you prefer. |
We believe the issue is related to our mobile message relaying service hanging, which is responsible for triggering the zIndex change on the iframe. Could you give Edit: actually, if you could use |
Hello. I've tried with ***@***.***
Still not working on android, but on IOS, it is working fine, both the
prompt UI and the status changes
β¦On Thu, Mar 6, 2025, 18:05 Josh Scanlan ***@***.***> wrote:
We believe the issue is related to our mobile message relaying service
hanging, which is responsible for triggering the zIndex change on the
iframe. Could you give @***@***.*** a try and see
if that helps to resolve it?
β
Reply to this email directly, view it on GitHub
<#853 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLYRAWV4HEIPCGBCWI4AO32TC2CZAVCNFSM6AAAAABX3XOKNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBUHE2DAMRRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: joshuascan]*joshuascan* left a comment (magiclabs/magic-js#853)
<#853 (comment)>
We believe the issue is related to our mobile message relaying service
hanging, which is responsible for triggering the zIndex change on the
iframe. Could you give @***@***.*** a try and see
if that helps to resolve it?
β
Reply to this email directly, view it on GitHub
<#853 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLYRAWV4HEIPCGBCWI4AO32TC2CZAVCNFSM6AAAAABX3XOKNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBUHE2DAMRRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
β Prerequisites
magic-sdk
)?π Description
Only on Android when calling the
loginWithMagicLink
method, the webView with the confirmation code is not shown on the screen. When inspecting the component tree, I noticed that there is a zINdex: -1000, if I manually change it through devTools to a value of 0 this is shown.π€ Expected behavior
The magic link confirmation modal should appear, but on Android it doesn't appear.
π» Code Sample
π Environment
@magic-ext/auth
@magic-ext/react-native-bare-oauth
@magic-sdk/react-native-bare
react-native
The text was updated successfully, but these errors were encountered: