vexanium / DApps

Vexanium Decentralized Apps (Core, Basic, and Samples)
4 stars 8 forks source link

Demo not working #1

Closed kazegawa closed 3 years ago

kazegawa commented 3 years ago

I already tried on DApp Browser inside the Android APP, not showing anything after click login button

kanggunawans commented 3 years ago

Yes, I already tried too on DApp Browser inside the Android App, not showing anything after click login button

It hasn't been updated in a long time, this line doesn't work on mobile.

pe.getWalletWithAccount (). then ((res) => ( if (! res) { Not connected(); back; } account = res.data.account; onConnected ();

YudaAdiPratama commented 3 years ago

I already tried on DApp Browser inside the Android APP, not showing anything after click login button

Hi @kazegawa for reference you can see https://github.com/vexanium/DApps/tree/master/dbrowser-int#readme

YudaAdiPratama commented 3 years ago

pe.getWalletWithAccount

there is a bug in vexwallet version 1.1.6.6

latest version will be updated soon