ToastWallet / core

This repo contains the core code for Toast Wallet. It is built for iOS, Android and browser directly from this repository. PC builds are built from the browser version using Electron.
GNU General Public License v2.0
210 stars 80 forks source link

navigator.connection.type == 'Connection.NONE' #50

Closed cujo30227 closed 4 years ago

cujo30227 commented 5 years ago

In line 7579 of index.html, you need to leave out the quotation marks, in order to access the Connection object. As it is implemented now, it will not detect whether there is an internet connection or not

RichardAH commented 4 years ago

thanks