Closed JoiLa closed 1 year ago
Duplicate of https://github.com/wailsapp/wails/issues/2047 ?
Duplicate of #2047 ?
:) I think this problem Not the same , you can try my provided reproduce
.
I think it is the same problem because the iframe is a different page so it won't have the bindings injected.
vue use history router, so load view already run wails script
<script src="/wails/ipc.js"></script>
<script src="/wails/runtime.js"></script>
Yes this is currently not possible.
Another thing that would need to be discussed how Events should work. One would need to specify the frame into which the Event should be sent.
Description
I have a page, in the parent page view, I inject one iframe page. Triggering the go function in this iframe page view , no response. so I think in iframe view call go function should has response.
To Reproduce
Expected behaviour
iframe views in the current page can effectively trigger the go function
Screenshots
No response
Attempted Fixes
in iframe page view, the code
window.parent.window.go...
can receive go function responseSystem Details
Additional context
No response