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
When checking this directly in the developer console for Safari, the userAgent comes up "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15" which may lead to Bowser to think it's a desktop browser instead of a mobile browser.
MetaMask SDK Version
0.20.5
MetaMask Mobile app Version
All
What browser are you using? (if relevant)
Safari
How are you deploying your application? (if relevant)
No response
Describe the Bug
iPad Safari is currently being detected as a desktop instead of a mobile device and thus presents the QR code for scanning instead of deeplinking to MetaMask. The mobile wallet is not adapted to work on mobile devices even though it works similar to an iPhone.
Expected Behavior
Trying to connect will deeplink to MetaMask
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
Open a dapp in Safari on an iPad
Tapp Connect
See issue
The text was updated successfully, but these errors were encountered:
SDK
Web
Provide environment information
From a quick look it seems that in
PlatfformManager.ts
the isMobile helper looks like:When checking this directly in the developer console for Safari, the userAgent comes up
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15"
which may lead to Bowser to think it's a desktop browser instead of a mobile browser.MetaMask SDK Version
0.20.5
MetaMask Mobile app Version
All
What browser are you using? (if relevant)
Safari
How are you deploying your application? (if relevant)
No response
Describe the Bug
iPad Safari is currently being detected as a desktop instead of a mobile device and thus presents the QR code for scanning instead of deeplinking to MetaMask. The mobile wallet is not adapted to work on mobile devices even though it works similar to an iPhone.
Expected Behavior
Trying to connect will deeplink to MetaMask
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: