Hello, I’ve been testing the MetaMask SDK and I have a couple of questions:
-
When I connect on desktop using QR code with my mobile and I refresh the website, how can I catch the last session? Is it possible?
-
Some method fails when not having MetaMask extension installed, however the isMetaMask property in the provider is always true even when I don’t have the extension installed. Is there I way to detect this?
-
How do I disconnect from a session (QR code connection)? Can I do it from the dapp? And from the mobile?
Thanks!