metamask-mobile
metamask-mobile copied to clipboard
Mobile web browser providing access to websites that use the Ethereum blockchain
Hi everyone. I've been researching a lot online but I can't figure out how to perform a connection between a Mobile app (which we're building with Flutter) and Metamask. Connecting...
Would be great to have more fiat currencies to choose from in the UI. Especially on mobile this would make sense to enhance the UX around the world. Personally I...
**Describe the bug** I am working on android application to connect with MetaMask using WalletConnect protocol. The connection works fine. But **eth_sendTransaction** doesn't work. Metamask is not responding. I tested...
**Description** - This PR implements new QA apps for both Android and iOS; - It adds two new workflows in Bitrise: `ios_internal_release_step` and `android_internal_release_step`; - "About MetaMask" screen shows the...
**Description** The `userAgent` property provided in the `Webview` component on Android isn't being properly set in the interceptor, now it should use the provided property value and fallback to the...
**Description** There is very similar code spread across 5 components. This PR removes the eip1559 gas polling logic away from the send flow (confirm screen). The TransactionReview and EditGasFee screens...
**Description** There is very similar code spread across 5 components. The aim of this PR is to reduce the components to use as much common shared code as possible. This...
**Description** #4826 Also added storybook for local images **Screenshots/Recordings** _If applicable, add screenshots and/or recordings to visualize the before and after of your change_ **Issue** Progresses #??? **Checklist** * [...
### **Description** React Native's Image style behaves differently depending on which source our image is coming from. Flex works fine for remote images but flex:1 is not enough for remote...