hi! I'm trying to create an application for Androi...
# compose
c
hi! I'm trying to create an application for Android, iOS and Web with compose multiplatform I created a starting project with the web wizard but when I launch the web app running
./gradlew wasmJsBrowserDevelopmentRun
I can't right click on the web to inspect it I found this issue, and I think this web page has the same problem https://passaporteaupair.com/ because I can't right click on it to inspect Does anyone know why this happens and how I can fix it? I didn't find any information, and from what I read here it should be possible https://kotlinlang.org/docs/wasm-debugging.html#debug-your-kotlin-wasm-application
c