etherwallet
etherwallet copied to clipboard
Offline transaction generation not working
Hi,
Using either chrome, or firefox (latest versions) on my offline machine, I'm seeing the following error in the console:
"TypeError: Cannot read property 'result' of undefined" Etherwallet-master.js:41964
The "Generate Transaction" button is not enabled and will not generate a transaction, despite filling in all fields. I've tried using both my wallet file and the private key directly.
-
Which network are you connected to?
-
Which type of wallet have you unlocked? PK? Ledger?
-
What are you attempting to send?
-
From what address?
Hi,
It turns out this is something I would have never considered. I am using MEW on a Windows tablet (offline, wifi drivers removed) - it turns out that if the tablet is in portrait mode (i.e the screen is turned so that the tablet changes the screen to be longer rather than wider) offline generation does not work.
If you turn the tablet back to landscape mode, the transaction generation button suddenly works!
Strange bug, but not really critical I guess...
This bug makes it impossible to generate offline transactions on mobile devices. Please fix!