Connecting to mobile wallet from mobile browser

Does creating a next js site using @mysten/dapp-kit support connecting to any mobile wallet from a mobile browser? Is it even possible?

1 Like

Hey, in order for the Sui Mobile Wallet to be detected by dapp-kit or mysten/wallet-kit (I suppose you are using one of these libraries in your NextJS project for connecting a sui wallet), the webapp should not be running in a standalone mobile browser (for example Google Chrome or Safari).

The Sui Mobile Wallet has a Apps tab, where you get access to an embedded browser.
If you visit your NextJS App using this embedded browser, you will notice that the mobile wallet is not detected and can be connected.

1 Like