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
On multisend.mytonwallet.io/droppage, when opened inside the MyTonWallet app WebView (Android/iOS), the multi-send sample CSV cannot be downloaded.
The Blob + a.click() download method is blocked by WebView, so nothing happens when the user taps the button.
Expected
User should be able to download the multi-send sample CSV on /droppage.
RPReplay_Final1763600704.MP4
Steps to Reproduce
Open MyTonWallet mobile app.
Long press the Send button to open the old design menu.
Select Multi Send (opens WebView).
Navigate to drop page
Tap “Download Sample CSV” — nothing happens.
Actual
Inside the in-app WebView, tapping “Download Sample CSV” does nothing.
Environment
Android/iOS WebViews block:
blob: URLs
programmatic downloads triggered via a.click()
Proposed fix
Add a “View Sample” button on /droppage that opens the multi-send sample CSV in a modal so users can copy it manually.
This works reliably inside WebViews