Fabian-Lars
Fabian-Lars
There are no JS APIs to use. The web apis you know from normal browsers don't exist in webviews and we need to polyfill them ourselves. And the nodejs apis...
> MacOS test is failing because of some compliation issue. I will have access to a mac next week so I will fix it. It looks like you ran `cargo...
> Maybe you guys want to also give it a review in case I missed something 🙃 (especially about the dynamic server part since I didn't quite follow the discussions...
> Addressed the comments. Not all of them yet :) In case it's github's UI being weird again, here are the ones i saw: https://github.com/tauri-apps/plugins-workspace/pull/2624#discussion_r2235237479 https://github.com/tauri-apps/plugins-workspace/pull/2624#discussion_r2234117536 https://github.com/tauri-apps/plugins-workspace/pull/2624#discussion_r2234118038 https://github.com/tauri-apps/plugins-workspace/pull/2624#discussion_r2259881222 https://github.com/tauri-apps/plugins-workspace/pull/2624#discussion_r2235218319
after merging this, please wait with the release until we support the `{{}}` url thingy too :) i feel like it doesn't make sense to not release them together.
it's for the dynamic urls, yes and i'm pretty sure that it would require really just https://github.com/tauri-apps/plugins-workspace/pull/2624#discussion_r2234117536 and https://github.com/tauri-apps/plugins-workspace/pull/2624#discussion_r2234118038 edit: nevermind, with some of the changes since then those suggestions...
went ahead and opened https://github.com/tauri-apps/plugins-workspace/pull/2960 sorry 😅 wanted to get to testing asap
> It seems we can do this by remove some data in app dir? Yeah you could, but at least on Windows this should only reliable work when there is...
> Glad to hear that, it seems the javascript context can't be accessed directly from the tauri WebviewWindow object, if the API is not implemented now, do you know there...