-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Bug]: View on block explorer does not redirect users to browser #26628
Copy link
Copy link
Labels
RCA-neededIssue root cause analysis neededIssue root cause analysis neededSev1-highAn issue that may have caused fund loss or access to wallet in the past & may still be ongoingAn issue that may have caused fund loss or access to wallet in the past & may still be ongoingregression-RC-7.67.0Regression bug that was found in release candidate (RC) for release 7.67.0Regression bug that was found in release candidate (RC) for release 7.67.0release-7.69.0Issue or pull request that will be included in release 7.69.0Issue or pull request that will be included in release 7.69.0release-blockerThis bug is blocking the next releaseThis bug is blocking the next releaseteam-mobile-uxMobile UX teamMobile UX teamtype-bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
RCA-neededIssue root cause analysis neededIssue root cause analysis neededSev1-highAn issue that may have caused fund loss or access to wallet in the past & may still be ongoingAn issue that may have caused fund loss or access to wallet in the past & may still be ongoingregression-RC-7.67.0Regression bug that was found in release candidate (RC) for release 7.67.0Regression bug that was found in release candidate (RC) for release 7.67.0release-7.69.0Issue or pull request that will be included in release 7.69.0Issue or pull request that will be included in release 7.69.0release-blockerThis bug is blocking the next releaseThis bug is blocking the next releaseteam-mobile-uxMobile UX teamMobile UX teamtype-bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
StatusShow more project fields
To be triaged
Describe the bug
It was discovered that when users execute a swap (lets say ETH.ETH <> ETH.MUSD) and go to Transaction Details screen after swap is confirmed, upon clicking "View on block explorer" nothing happens.
Expected behavior
Clicking "View on block explorer" button on a confirmed swap or bridge transaction in Transactions details screen, should open the browser and navigate user to the blockchain explorer.
Screenshots/Recordings
Screen.Recording.2026-02-26.at.3.02.33.PM.mov
Steps to reproduce
Error messages or log output
Where was this bug found?
Internal release testing
Version
7.67.0
Build number
3807
Build type
Beta
Device
iOS
Operating system
Other (please elaborate in the "Additional Context" section)
Additional context
Discovered on iOS but is reproducible on Android as well
Severity
This is a regression introduced by #25879
The solution is to update the navigate call from
to
This update should happen both to
TransactionDetailsandBlockchainModalbut might be needed elsewhere as well.