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

iPhone Mobile Safari compatibility iOS 5 and 6 #61

Open
jdexyz opened this issue Jan 21, 2013 · 1 comment
Open

iPhone Mobile Safari compatibility iOS 5 and 6 #61

jdexyz opened this issue Jan 21, 2013 · 1 comment

Comments

@jdexyz
Copy link

jdexyz commented Jan 21, 2013

Graph.tk is extraordinary on my iPad on iOS 5, but it just displays "Loading..." on any iPhone on iOS 5 and 6 ...
I'm trying to debug it with Xcode, but it's quite long...
Any ideas ?

@jdexyz
Copy link
Author

jdexyz commented Jan 25, 2013

Ok, it works without mathquill and in ui.js at line 62

if(/(iPhone)/i.test(navigator.userAgent)){
        if(!navigator.standalone){
           alert(app.ui.messages.standalone);
        } 

I will try create a lite version

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

1 participant