Fix "balance unavailable" issue on mobile
monicanagent opened this issue · 1 comments
monicanagent commented
On some mobile browsers the selected balance appears as "balance unavailable", either when a deposit has been confirmed or when it's 0.
It's also possible that the dropdown field is not updating the current account selection since any balance currently displays as "balance unavailable" (but this may not be a problem).
monicanagent commented
Fixed with revision 101 (01a5868).
The problem here was simply that certain string handling functions were unavailable in slightly older mobile browsers and an error was being thrown when attempting to access them (for example, when converting Bitcoin units).