Ihor Bodnarchuk

Results 32 comments of Ihor Bodnarchuk

Actually looks like just "wallet_getPermissions" won't cut it because even though we technically have permissions for 2 connected metamask accounts we can only send a transaction from the currently _active_...

Would it be possible to expose [this action](https://github.com/blocknative/web3-onboard/blob/5b59d100402c4e2d3a282dac8f0792b5c5d5e245/packages/core/src/store/actions.ts#L93) ? This way we could subscribe to 'accountCenter' and filter out the accounts[] to remove the ones that aren't connected in metamask...

@hjubb thanks! For the time being what I did was run solc compiler with metadata output. it produces all the paths to all the dependencies so I just grab file...

@agiledev624 it works fine in my dapp. Click Mint then Wallet Connect then scan QR code from metamask wallet app on iOS. It prompted me to add new network and...

It works fine for me from both Safari and Chrome on iOS. Are you calling [provider.listAccounts()](https://docs.ethers.io/v5/api/providers/jsonrpc-provider/#JsonRpcProvider-listAccounts) ? I tested using my dapp here https://mint.zerocodenft.com/?siteId=fe2b783e-efc3-4cdb-74fa-08da2cbfe856

@jtshivers you can look here https://github.com/SmallRuralDog/web3modal-vue

> Yes! @ihorbond Please refer to our [vuejs-v2](https://github.com/blocknative/web3-onboard/tree/v2-web3-onboard-develop/examples/with-vuejs-v2) example and let me know if the configuration there solves your issues Your example depends on vue v2.16.2

> @ihorbond is this issue still persisting? It looks like the example repo has a `^` within the vue versions so it should resolve to the latest minor version including...

it's a shame this never got merged :(

Few ways top of my head: 1. assign it a ref and look at this.$refs.yourRef.visible 2. watch the variable passed to the visible prop/v-model