From 9d6b32b57dc4adb1dc690da0abb149b3dd29eba7 Mon Sep 17 00:00:00 2001 From: Jordi Parra Crespo Date: Tue, 22 Oct 2024 11:32:56 +0200 Subject: [PATCH] fix: android opening default browser in webapp --- CHANGELOG.md | 3 ++- src/module/signer/containers/DAppWebView/DAppWebView.tsx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac50e3d59..39d1d5c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,10 +32,11 @@ This document logs notable, developer-facing updates to the NEAR Mobile Wallet. ### 🐛 Bug Fixes +- Fix Android opening default browser [fix/android-opening-default-browser](https://github.com/Peersyst/near-mobile-wallet/pull/544) +- Improve UI of the explore section [fix/explore-ui-fixes](https://github.com/Peersyst/near-mobile-wallet/pull/543) - Get actions from the kitwallet api of NearBlocks [fix/actions-rate-limited](https://github.com/Peersyst/near-mobile-wallet/pull/540) - Fix SignerRequestModal not scrolling on Android [fix/signer-request-not-scrolling-on-android](https://github.com/Peersyst/near-mobile-wallet/pull/538) - Fix NFTs not being displayed in the APP [fix/nft-not-being-displayed](https://github.com/Peersyst/near-mobile-wallet/pull/537) -- Improve UI of the explore section [fix/explore-ui-fixes](https://github.com/Peersyst/near-mobile-wallet/pull/543) ### 📚 Third-Party Library Updates diff --git a/src/module/signer/containers/DAppWebView/DAppWebView.tsx b/src/module/signer/containers/DAppWebView/DAppWebView.tsx index 1e4e627ea..c5f3cca14 100644 --- a/src/module/signer/containers/DAppWebView/DAppWebView.tsx +++ b/src/module/signer/containers/DAppWebView/DAppWebView.tsx @@ -47,6 +47,7 @@ const DAppWebView = forwardRef(({ style, ...rest }, r true}