You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returning a value in document::eval only works on dioxus desktop and fails in dioxus web. This is causing DioxusLabs/docsite#398 (also mentioned in #3574)
Steps To Reproduce
Run this code in dioxus desktop and dioxus web and click the button:
Problem
Returning a value in
document::eval
only works on dioxus desktop and fails in dioxus web. This is causing DioxusLabs/docsite#398 (also mentioned in #3574)Steps To Reproduce
Expected behavior
Returning a value from eval should work the same on all webview based platforms
Screenshots
Environment:
0.6.2
nightly
web
Questionnaire
I would like to fix and I have a solution
The text was updated successfully, but these errors were encountered: