space-nuko / ComfyBox

Customizable Stable Diffusion frontend for ComfyUI
GNU General Public License v3.0
586 stars 45 forks source link

mobile app does not work on ios #127

Open haze opened 1 year ago

haze commented 1 year ago

I've connected my iPhone to my desktop and through the console, found that navigator.vibrate() is not a supported function on Safari. This throws an exception from the current function and I'm not able to change models or queue a txt2img. I've manually ripped out navigator.vibrate from the bundled assets to get everything working again, but I'm just raising the issue here.

funkyman228 commented 1 year ago

I also have an iphone. how do i do this?

funkyman228 commented 1 year ago

I was about to give up, but realized I probably needed to delete the cookies on my phone to refresh the assets after changing them. I got mine working now.

halr9000 commented 11 months ago

Mind posting a diff or fork?

haze commented 11 months ago

Solved by https://github.com/space-nuko/ComfyBox/pull/148