Possibility of supporting web (browser wallets)
It seems that browser wallets such as the metamask chrome extension can't be accessed through deep-linking. Based on my research it seems that we need to access the ethereum js object to open the extension, so we might need some js interops to support browser wallet extensions.
Is there any plans currently to support this?
At the moment, I am not working on it.
My focus is on building out the mobile implementation of the modal first, and then adding web support at a later date.
If it's urgent for you, you could help me build it! I've designed the modal to eventually support using the wagmi interface which will interact with ethereum and allow connecting to browser based wallet with ease.