Hi,
I have asked a couple of times now for you to implement wallet connect. There are many many wordpress plugins using wallet connect but for some reason you won’t implement it.
If you implement wallet connect then the user does not have to use metamask browser they can use Chrome or Firefox . Wallet connect will connect the metamask wallet to the android chrome browser.
More than 50% of people viewing websites will view it on a mobile device.
It is a bit cheeky to ask for so much money to create a nft collection that doesn’t work properly.
Also why do users have to be logged in to mint nfts?
There needs to be an option to disable this and allow non logged in members to mint.
Opensea doesn’t need this it simply connects with the wallet.
If you have a look at ethpress then this has wallet connect included , maybe you can get some ideas from here.
Also for anything non nft related , you can deeplink metamask in android . This is an easy implementation for the Devs as it is simply a user agent scan, then forwarding the current URL to metamask deeplink .
Also on some of your pages like nft-collection, metamask will also not show the images or the nft data. The NFT shows but the nft collection data does not.
Really this non mobile viewing is a major flaw in wpsc and needs to be urgently addressed.
Don’t tell me you are waiting for metamask to handle cookies and cache when there are alternate solutions available.
Trust wallet will work as it handles wordpress sessions. Kiwi browser runs metamask, Wallet Connect will connect the wordpress site to metamask but remain in the original browser.
Please also don’t mark items as resolved when they clearly aren’t.
If one of the Devs can contact me please and advise me where the code for metamask is then I can try and implement wallet connect.the code is very cumbersome and bulky and due to many files being obfuscated, I don’t have the time to spend fixing it.
Your current metamask functions will work but needs to use wallet connect to connect to metamask and not a direct link to metamask. It should be a fairly easy implementation for the guys who know the code