WalletConnectUnity
WalletConnectUnity copied to clipboard
Copy Button Doesn't Work in WebGL
Describe the bug The copy uri button of WalletConnect Modal doesn't work in WebGL
To Reproduce Steps to reproduce the behavior:
- Go to https://wcm-unity.vercel.app
- Select any network
- Click on the Copy button at the top left corner
- See
Link copiednotification, but no URI in the copy buffer
Environment
- Unity version: 2021.3.22f1
- Package name and version: WalletConnectUnity Modal v1.0.6
Additional context
Unity does't seem to support GUIUtility.systemCopyBuffer in WebGL. Need to bridge it through JS.