stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Site doesn't work on older ios devices
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
On my IOS 12, iPhone 6, the page shows up blank. I have checked on a newer iPhone 12 running IOS 15, and it works fine. I have also checked on another PC and the hosting is working properly.
Steps to reproduce the problem
Setup a public url. Visit the webpage on an iPhone 6 running IOS 12.
What should have happened?
The page should show up and let me generate images.
Commit where the problem happens
89722fb5e4eda2adc5d3a6abf8babf8a58e80d69
What platforms do you use to access UI ?
iOS
What browsers do you use to access the UI ?
Apple Safari
Command Line Arguments
--share --listen --ckpt nai.ckpt
Additional information, context and logs
No response
I think Gradio also a problem here, they use some CSS feature that not work below IOS Safari 14.5. Maybe use other browser instead.
I think Gradio also a problem here, they use some CSS feature that not work below IOS Safari 14.5. Maybe use other browser instead.
Ill try that. If that doesn't work are there any other fixes?
I have the same issue when it comes to the display of images on iOS 14.3, any manual fix available with gradio perhaps?