-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for non-Chrome browsers #211
Comments
We've found some issues with the hardware wallets that made us decide to focus for the initial release on Chrome alone. |
It shouldn't be a problem with Trezor, because it's using the Trezor Bridge anyway. In any case, I don't understand the need for requiring specific wallets for the app in the first place. Can't it just show a BTC address to send to from any wallet? Ledger and Trezor may have large market shares, but they're obviously by far not the only wallets that people use. Requiring people to use an abysmally slow NFT wallet like Liquality to pipe their BTC through on the way to RBTC generally seems like a non-optimal design to me. I would propose a 4th connect option, which would be to enter either a list of addresses, or simply an XPUB to use, so that the app becomes compatible with all other wallets in the ecosystem. |
@raucao appreciate your comment, currently, we're testing every version to maintain compatibility with some hardware wallets. What guides us to new implementations and improvements are the needs and suggestions of our customers, so we welcome your suggestions and we will evaluate the possibility of making it as flexible as possible. |
Appreciate it. However, it's not entirely OT, because:
So adding support for all bitcoin wallets would also add support for all browsers. |
The app currently has an error when the user visits in a non-Chrome browser:
It would be great if the app could be used in non-Chrome browsers (e.g. Firefox-based browsers) too.
The text was updated successfully, but these errors were encountered: