Re: [sage-devel] Sage apps for iOS and Android

2016-06-13 Thread Andrey Novoseltsev
On Monday, 13 June 2016 14:58:54 UTC-6, Paul Masson wrote: > > If the error occurs in Mobile Safari, then it's not an issure with the app > but with the browser in general, since the app is basically an iOS > UIWebView. > > The only major change made to the web server was adding require.js, right

Re: [sage-devel] Sage apps for iOS and Android

2016-06-13 Thread Paul Masson
If the error occurs in Mobile Safari, then it's not an issure with the app but with the browser in general, since the app is basically an iOS UIWebView. The only major change made to the web server was adding require.js, right? There is an open issue in their GitHub repository about timeouts on

Re: [sage-devel] Sage apps for iOS and Android

2016-06-13 Thread Andrey Novoseltsev
Android app and iOS one are still having issues, below is a detailed report from one of the users. I cannot test/debug these, so any help would be greatly appreciated or they will remain broken... Thank you, Andrey I'm still having issues on the App... I also wrote to the App developer Ivan A

Re: [sage-devel] Sage apps for iOS and Android

2016-05-28 Thread Ivan Andrus
Ah, you’re right. Somehow I missed the fact that I was calling html.table(). -Ivan > On May 27, 2016, at 8:21 AM, Andrey Novoseltsev wrote: > > On Friday, 27 May 2016 00:32:55 UTC-6, Ivan Andrus wrote: > Also, I see a deprecation warning at http://aleph.sagemath.org/?q=deuoxi >

Re: [sage-devel] Sage apps for iOS and Android

2016-05-27 Thread Andrey Novoseltsev
On Friday, 27 May 2016 00:28:13 UTC-6, Ivan Andrus wrote: > > I’m not sure I trust the debugging facilities, but can’t it seem to load > jquery. However, the url it’s querying works just fine in a desktop > browser or with curl. In fact, it doesn’t seem to have $ defined. > > I finally figured

Re: [sage-devel] Sage apps for iOS and Android

2016-05-27 Thread Andrey Novoseltsev
On Friday, 27 May 2016 00:32:55 UTC-6, Ivan Andrus wrote: > > Also, I see a deprecation warning at http://aleph.sagemath.org/?q=deuoxi > namely: > > sagemathcell.py:29: DeprecationWarning: html(...) will change soon to > return HTML instead of printing it. Instead use pretty_print(html(...)) for

Re: [sage-devel] Sage apps for iOS and Android

2016-05-26 Thread Ivan Andrus
Also, I see a deprecation warning at http://aleph.sagemath.org/?q=deuoxi namely: sagemathcell.py:29: DeprecationWarning: html(...) will change soon to return HTML instead of printing it. Instead use pretty_print(html(...)) for strings or just pretty_print(

Re: [sage-devel] Sage apps for iOS and Android

2016-05-26 Thread Ivan Andrus
I’m not sure I trust the debugging facilities, but can’t it seem to load jquery. However, the url it’s querying works just fine in a desktop browser or with curl. In fact, it doesn’t seem to have $ defined. I finally figured out that it wasn’t loading because of a security policy that it can

Re: [sage-devel] Sage apps for iOS and Android

2016-05-26 Thread Andrey Novoseltsev
Well, maybe history for the js folder would be better: https://github.com/sagemath/sagecell/commits/master/js Is there some console for iOS that shows what's wrong or at least where things get stuck? Current version is very verbose in terms of logging, you should be able to see all messages to/f

Re: [sage-devel] Sage apps for iOS and Android

2016-05-26 Thread Ivan Andrus
On May 26, 2016, at 9:46 AM, Andrey Novoseltsev wrote: > > I got a report that iOS app using SageMathCell is broken and I imagine the > same is true for Android. Can someone look into updating them? This commit > may be helpful in figuring out what to do: > https://github.com/sagemath/sagecell/