I'm experiencing a problem with a @ton-connect/ui-react integration where upon using sendTransaction when connected to an external wallet (on my iPhone) sometimes the EventStream doesn't reflect the actions taken within the TonKeeper app, for example cancelling the transaction request or even sometimes upon transaction sending. I've dug through documentation and also watched the console logs which finally lead me to the eventstream which just has the heartbeat in it when this occurs (when it's working it includes the decline and success events for the transactions).
I'm not sure if I should be posting this in here or elsewhere so let me know if this is the incorrect place and if you could assist in where i should report this issue that would be much appreciated.
Expected behavior
Having the eventstream be consistently updated with the users actions taken within the TonKeeper iOS app.
Current behavior
The eventstream is inconsistenly updated with the users actions taken within the TonKeeper iOS app where it's sometimes failing to get updated,
Steps to Reproduce
Call sendTransaction on tonConnectUI when connected to TonKeeper on your external wallet (in my case iOS app)
Cancel or complete the request
Sometimes the UI won't update within the website, sometimes it will work as it should (saying transaction declined or succesful)
Environment
On desktop i'm using Chrome with @tonconnect/ui-react
On mobile to complete the transaction i'm using TonKeeper on iOS
Describe the bug
I'm experiencing a problem with a @ton-connect/ui-react integration where upon using
sendTransaction
when connected to an external wallet (on my iPhone) sometimes the EventStream doesn't reflect the actions taken within the TonKeeper app, for example cancelling the transaction request or even sometimes upon transaction sending. I've dug through documentation and also watched the console logs which finally lead me to the eventstream which just has the heartbeat in it when this occurs (when it's working it includes the decline and success events for the transactions).I'm not sure if I should be posting this in here or elsewhere so let me know if this is the incorrect place and if you could assist in where i should report this issue that would be much appreciated.
Expected behavior
Having the eventstream be consistently updated with the users actions taken within the TonKeeper iOS app.
Current behavior
The eventstream is inconsistenly updated with the users actions taken within the TonKeeper iOS app where it's sometimes failing to get updated,
Steps to Reproduce
sendTransaction
on tonConnectUI when connected to TonKeeper on your external wallet (in my case iOS app)Environment
On desktop i'm using Chrome with @tonconnect/ui-react On mobile to complete the transaction i'm using TonKeeper on iOS
Additional context
No response