We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web
When accessing the DAPP on an iPad, the install modal is displayed but the QR code fails to render.
v0.32.0
v7.40.0 (1553)
Safari
No response
The QRCode should appear correctly on the iPad, as it does on other devices, allowing users to scan it without issues.
1. Open the DAPP on an iPad, the Metamask app should not be installed. 2. The Install modal will be displayed. 3. Observe that the QR code is missing.
The provided screenshot illustrates how the SDK is initialized in our Dapp.
After inspecting the element, it appears that the bug is due to a CSS issue—specifically, the SVG lacks defined width and height attributes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SDK
Web
Provide environment information
When accessing the DAPP on an iPad, the install modal is displayed but the QR code fails to render.
MetaMask SDK Version
v0.32.0
MetaMask Mobile app Version
v7.40.0 (1553)
What browser are you using? (if relevant)
Safari
How are you deploying your application? (if relevant)
No response
Describe the Bug
Expected Behavior
The QRCode should appear correctly on the iPad, as it does on other devices, allowing users to scan it without issues.
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
The provided screenshot illustrates how the SDK is initialized in our Dapp.
After inspecting the element, it appears that the bug is due to a CSS issue—specifically, the SVG lacks defined width and height attributes.
The text was updated successfully, but these errors were encountered: