SpikeHD
SpikeHD
Totally! I think that the API you linked covers 90% of cases, but it would be good to have something that allows devs to know before the browser launches, in...
Interestingly, this does not happen for me (though, I am on Windows 10)  I assume you aren't using any themes?
Is this still happening?
No worries, I'll close this for now since I've never been able to reproduce. If someone else comments that it is still a problem I will reopen
Also, just for my own testing, what category were you using to test?
EDIT: Misread what you meant, these are good ideas and I'll see about implementing some of them
This sounds like it's related to https://github.com/tauri-apps/tauri/issues/10878, which itself it related to https://github.com/tauri-apps/wry/issues/1195 and this PR: https://github.com/tauri-apps/wry/pull/1196. As far as I can tell (and I could be wrong, it's a...
Awesome progress 
This is apparently due to the preinject script. Assuming I can get that working this actually doesn't seem too difficult
Some discoveries related specifically to Windows: * Replacing inbuilt `window` properties (e.g `fetch` or `XMLHttpRequest`) causes `STATUS_ACCESS_VIOLATION` when done too early, and I suspect Tauri v2's `initialization_script` runs earlier than...