-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website not working on Chrome with Hardware acceleration disabled or Safari #235
Comments
It works for me using Chrome Version 130.0.6723.93, and Mac OS 15.1. Can you open up the dev tools and see what kind of errors its spitting out? |
Sure, here is the log I got: |
Hrmm that was a lot less useful than I was hoping for 😅. What version of chrome are you using? |
I am on 130.0.6723.92 and Macos 14.3.1. Altho, I have disabled Hardware acceleration. Could that be the case? |
That seems to it! Maybe Compose Multiplatform requires hardware acceleration 🤔. I'll have to look into that. |
Looks like WASM is also not supported on Safari. So I am looking into generating both a WASM and JS artifact, and falling back to JS if its unable to render. |
Hey, nice project! I wanted to check out the website but it just shows a blank page in the chrome.
The text was updated successfully, but these errors were encountered: