When I set adapterSettings with redirectUrl as the Universal link or App link, it could open directly the app.
I know it can’t open programmatically, how to open programmatically in Web3Auth adapter?
When I set adapterSettings with redirectUrl as the Universal link or App link, it could open directly the app.
I know it can’t open programmatically, how to open programmatically in Web3Auth adapter?
@samuel If you are referring to setting up redirect instead of pop-up mode, Web3Auth no-modal SDKs allows you to use redirect mode. You can set it using uxMode: 'redirect'
instead of pop-up mode.
Please refer to the documentation above and if you need, here is the example using the same.
Let me know if this answers your question.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.