Skip to content
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

Fails on iOS #2

Open
drscotthawley opened this issue Jan 4, 2019 · 1 comment
Open

Fails on iOS #2

drscotthawley opened this issue Jan 4, 2019 · 1 comment

Comments

@drscotthawley
Copy link

drscotthawley commented Jan 4, 2019

Jamie, this looks cool. But all I get is

“[Fibre] error occurred:
Could not initialise WebGL”

That’s all it says if you try to click any of the links on README.md when using Safari on iOS 12. Safari has supported WebGL since iOS 8. Same thing happens with Chrome on iOS.

Looks really cool from the images though! I look forward to trying it on my desktop sometime.

PS: I confirmed that other WebGL demos do work in my browser, e.g. those at https://blog.tojicode.com/p/demos.html?m=1

@portsmouth
Copy link
Owner

Hi Scott, thanks for letting me know.

Most likely this is due to the code currently requiring support for WebGL 2, and AFAIK support for that is still non-existent on iOS (see e.g. this table: https://caniuse.com/#feat=webgl2 )

That's a pity, but I didn't really intend the app to be usable on mobile devices anyway -- the dropdown UI, and the mouse controls, would be pretty clunky to navigate with fingers I think.

Some mobile friendly, iOS-compatible thing which can at least render and explore an existing system on e.g. iPad (if not alter it much) might be nice to have though. Will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants