rsksmart / rwallet

The RSK Wallet is based on our rWallet open-source code-base, which will allow developers and organizations to use it to build their own apps.
https://developers.rsk.co/wallet/
GNU General Public License v3.0
43 stars 22 forks source link

User reported unable to buy and sell domains on RNS testnet within Dapp browser #545

Open chrisli30 opened 3 years ago

chrisli30 commented 3 years ago

We need to go through the buy and the sell process to see what happens.

https://marketplace.testnet.rifos.org/

This page image

imstar15 commented 3 years ago

rwallet

image

imtoken

image

imtoken和rwallet两个钱包打开网站后,点击右上角会出现一个弹框,但是没有办法选择。

如果在mac的chrome打开网站,则可以选择 image

这里需要看下网站源码是如何判断客户端类型弹出选项的?点击选项之后执行了什么操作?我们rwallet如何适配到它的流程上?

julianmrodri commented 3 years ago

Will check why this might be happening. Probably we are only considering Nifty and Metamask.

chrisli30 commented 3 years ago

@julianmrodri Yeah, could you try using tRIF faucet within RWallet Dapp browser? It works well in Dapp browser. As long as the site works with Metamask it will work for RWallet. It seems that in RNS mobile view the "Connect a wallet" function specifically looks for "Metamask" plugin.

Screenshot from Chrome developer mode iPhone X view. In Chrome browser the site can recognize Metamask plugin, but that's not a universal way to load wallets. The code should really just call window.ethereum to find any compatible wallet. image