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
The SDK runnig in the chrome on desktop. To import MetaMask SDK into my pure JavaScript dapp to connectAndSign with the MetaMask. There is no browser extension in the chrome, so the qrcode dialog popup. But the size of qrcode is too small to scan.
MetaMask SDK Version
v0.30.1 and v0.30.2
MetaMask Mobile app Version
v7.33.0(1460)
What browser are you using? (if relevant)
Google Chrome Version 131.0.6778.71
How are you deploying your application? (if relevant)
No response
Describe the Bug
The size of qrcode is too small to scan when use SDK's connectAndSign. The following are popup dialog and html info.
Expected Behavior
The expected size of qrcode when use SDK's connect rather than connectAndSign. The following are popup dialog and html info.
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
async function connet() {
const sdk = new MetaMaskSDK.MetaMaskSDK({
dappMetadata: {
name: "MetaMask Oauth",
},
redirectUri: window.location.href,
logging: {
sdk: true,
level: 'debug',
},
enableAutomaticQr: true,
checkInstallationImmediately: true,
useDeeplink: true,
});
const siweMessage = "wants you to sign in with your";
const sign = await sdk.connectAndSign({ msg: siweMessage });
}
The text was updated successfully, but these errors were encountered:
SDK
Web
Provide environment information
The SDK runnig in the chrome on desktop. To import MetaMask SDK into my pure JavaScript dapp to connectAndSign with the MetaMask. There is no browser extension in the chrome, so the qrcode dialog popup. But the size of qrcode is too small to scan.
MetaMask SDK Version
v0.30.1 and v0.30.2
MetaMask Mobile app Version
v7.33.0(1460)
What browser are you using? (if relevant)
Google Chrome Version 131.0.6778.71
How are you deploying your application? (if relevant)
No response
Describe the Bug
The size of qrcode is too small to scan when use SDK's connectAndSign. The following are popup dialog and html info.
Expected Behavior
The expected size of qrcode when use SDK's connect rather than connectAndSign. The following are popup dialog and html info.
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
The text was updated successfully, but these errors were encountered: