metamask-mobile
metamask-mobile copied to clipboard
Mobile web browser providing access to websites that use the Ethereum blockchain
### **Description** Currently, we are inconsistent with our content casing conventions across the app. This is a problem because although subtle it causes inconsistencies across our app and impacts our...
**Description** _1. What is the reason for the change?_ When a user rejects an approve transaction, metamask should throw a 4001 error to inform dApps that this event has happened....
**Describe the bug** User does not get prompted to connect metamask wallet to flutter dapp when using walletconnect_dart package or any other packages with the same purpose. Usually happens when...
I built a web application calling metamask with code such as this one: ``` await window.ethereum.request({ method: 'wallet_switchEthereumChain', params: [{ chainId: chainId }], }); ``` But on mobile, android chrome,...
### **Description** The "Hardware" label is showing in blue while in dark mode, but is not a link. This can be observed in the send flow, by tapping "Send" from...
**Describe the usability problem** We are trying to create mobile linking between our dapp and metamask mobile. To achieve that, we used linking generator and WalletConnect, and and ideal user...
### **Description** This was observed in validating the fix for https://github.com/MetaMask/metamask-mobile/issues/4597 When multiple devices are available, the device selection box flashes briefly after choosing a device. ### **References** - Appears...
### **Description** According to design files the label should read "Ledger", but in the current build it reads "Hardware" if present. Wallet View Drawer Account selection (tapping account icon) Send...
**Describe the bug** Wallet Connections using the Universal Link scheme do not trigger a wallet connection on Android apps, but rather only opens the app. This is because the app...
### **Description** New ticket created for the single remaining item from https://github.com/MetaMask/metamask-mobile/issues/4594 The hardware label in the drawer is white text on white background in light mode. ### **References* ![Screen...