-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support for mobile devices #22
Comments
Doesn't seem to work on iOS Safari either. |
Thanks! Yes, mobile support is always a priority. There are always platform-specific issues when implementing features so I have to look into these bugs before releasing new versions. |
Thanks for looking into this @0beqz! I noticed this issue for both approaches. I think it might have something to do with how the depth is computed. |
For some reason seems to work fine on an iphone 8 plus running ios 15.5 but not a 13 pro running 17.1 |
@0beqz The issue seems to be with devices that only support WebGL1. On some iOS devices with Chrome, there is still WebGL1 used. And of course there some of the shader code doesn't work as it expects GLSL3 functions to work. |
First of all, amazing what you have been doing here! Thank you for all your work here.
I was wondering if there will also be support for this on mobile. I tested with the AO effects and there seem to be issues on my Android device. Do you know a workaround for this?
The text was updated successfully, but these errors were encountered: