Replies: 1 comment
-
The problem seems to have resolved itself on it's own, weird |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to call some javascript and get the return value in my rust code, without it running too often or breaking in some other way. I tried use_eval but it seemed to rerun almost constantly, and tried calling javascript with the webview object through use_window but that would only return nulls. Is there something that I might've done wrong with the use_eval?
Beta Was this translation helpful? Give feedback.
All reactions