Hi team
I have issue about this, i can’t continue processing, if i don’t click Continue button
It just happens on android, it works fine on ios
How to resolved it?, can disable this popup?
Hey, if I understand it correct, if you close the browser and retry login, it’s not working for you. Correct?
Can you share the code snippet? The popup you are seeing for Continue to TGC should not happen because of Web3Auth.
Can you share the snippet for Helper.redirectUrl? What does Helper.redirectUrl resolve to?
This is share URL
It will redirect to my app as docs of web3auth
Can you share your AndroidManifest.xml file. This could happen because of few reasons.
- You might be missing the data tag inside AndroidManifest file which helps you redirect to your app directly.
- Privacy settings for instant apps and opening links
Let’s go through it one by one, if you can share the AndroidManifest file, it would be great help.
@chaulinh.se.it Sorry for the delays, I don’t see any issue in your AndroidManifest file. Also, can you please remove the flutter_deeplinking_enabled
metadata, along with intent-filter below that. That won’t be necessary since you have already declared it above.
Once you have removed it, can you add android:autoVerify="true"
in the intent-filter
above
flutter_deeplinking_enabled
metadata?