tronprotocol / tronwallet-adapter

MIT License
64 stars 29 forks source link

Experiencing issues with BitKeep connection #51

Closed rharutyunyan-dev closed 8 months ago

rharutyunyan-dev commented 8 months ago

I'm trying to connect to my BitKeep Wallet from my React application. When my website is opened in the BitGet Wallet Browser, it redirects to the BitGet Wallet page, but then it freezes.

Here's the code I used for the connection:

const bitKeepAdapter = new BitKeepAdapter();
await bitKeepAdapter.connect();

I tried with iPhone 14

Could you please help me with this issue?

way2ex commented 8 months ago

It seems that Bitget Wallet App does not inject window.tronWeb or window.tronLink into browser which means that it doesn't support Tron Dapp currently. I will report the issue to Bitget Wallet Team and track this issue. Thanks a lot for your report.

way2ex commented 8 months ago

Hi~ Bitget Wallet v8.12.0 for IOS is avaliable. Update your App and it should work fine. App on Android still doesn't work.

rharutyunyan-dev commented 8 months ago

Hi~ Bitget Wallet v8.12.0 for IOS is avaliable. Update your App and it should work fine. App on Android still doesn't work.

Thanks a lot, it worked!