You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why don't events trigger in mobile browsers? For example, how to trigger events when returning to the web page after successfully connecting to metamask?
Link to minimal reproducible example
Intranet test
Summary
Why don't events trigger in mobile browsers? For example, how to trigger events when returning to the web page after successfully connecting to metamask?
`const appKit = createAppKit({
adapters: [wagmiAdapter],
projectId,
metadata: {...},
features: {
email: false,
socials: false,
emailShowWallets: false,
},
networks,
themeMode: 'light'
});
List of related npm package versions
`
"@reown/appkit": "^1.3.2",
"@reown/appkit-adapter-wagmi": "^1.3.2",
"@tanstack/vue-query": "^5.59.20",
"@wagmi/vue": "^0.0.63",
"bootstrap": "^5.3.3",
"buffer": "^6.0.3",
"core-js": "^3.8.3",
"crypto": "^1.0.1",
"ethers": "5.7.2",
"lodash-es": "^4.17.21",
"viem": "^2.21.45",
"vue": "^3.2.13",
"vue-i18n": "^10.0.0",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
`
The text was updated successfully, but these errors were encountered: