Replies: 1 comment
-
Hello, I also can't seem to find this in the documentation and API. Is this feature available and if so, can you please help guide us in the right direction? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am exploring tauri/mobile with 2.0.0-alpha.9.
I am trying to receive event from ios plugin to the back (rust).
I send the event like this from ios plugin (swift) :
self.trigger("test",data:["msg":"test"]);
I can receive it on the front with (ts):
But I can find a way to receive it on the back side with rust.
How I can do it ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions