Wing CHAN

Results 58 comments of Wing CHAN

I've tried to reproduce the issue on my macbook but I wasn't able to do so. I am using the [NflxMultiSubs App store version 2.4.3](https://apps.apple.com/hk/app/nflxmultisubs/id1594059167?mt=12) and Safari version 16.2 (18614.3.7.1.5)....

@sh-cho what is your Safari version?

@sh-cho I'm having trouble finding a download link for Safari Beta (version 16.3), but I was able to successfully download Safari Technology Preview (version 16.4). I haven't encountered any issues...

Have you tried reinstall Safari and extension?

This library doesn't seem to implement `BGProcessingTaskRequest`. But even if you did, it's not possible to send the current location information to the API every 5 minutes This is a...

i tried separate button to kill the session, but still not work. ```dart TextButton( onPressed: () async { await connector.killSession(); }, child: const Text('Disconnect wallet'), ), ``` also i tried...

@RootSoft thanks for your reply, do you have the same issue? Maybe there is something wrong with the way I am using it

@RootSoft I fix this bug and create PR https://github.com/RootSoft/walletconnect-dart-sdk/pull/85 , please take a look, thanks🙏🏻