enableMobileWalletLink: true
. This activates the direct connection feature for mobile device users.
https://go.cb-w.com/dapp?cb_url=[YOUR_URL]
YOUR_URL
should be encoded with percent-encoding.
https://nft.coinbase.com/@barmstrong?param1=hello¶m2=world
, it should be formatted:
cb_callback
into the universal link.
Custom scheme callback is supported on version 26.8+.
https://go.cb-w.com/dapp?cb_url=[YOUR_URL]&cb_callback=[YOUR_CALLBACK_SCHEME]
cbwallet://dapp?url=[YOUR_URL]