Anyone seen this behavior before? hard to debug because I can't figure out how to inspect anything....
- App works as expected when running in Android simulator
- App ui renders if running
cargo tauri devand opening app in the browser via defineddevUrl(http://0.0.0.0:3000); jse due to tauri apis, but the js runs, and stuff renderes, so seems like it's "working"? - App renders a black screen for the actual
cargo tauri devwindow, can't open inspector, and right-click doesn't open context menu. No error logs are being shown in the console.