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 out that it wasn’t loading because of a security policy > that it can only load scripts over https. I don’t know if something has > changed on the server side, or if that’s a side effect of compiling with a > newer Xcode. >
It is not necessary to load jquery anymore since it is included into the main file via require.js, although it may not be accessible to the user. So if you want to use it directly it still has to be loaded. CORS headers had to be adjusted a bit compared to the old version, but whenever I hit problems I am trying to follow http://www.html5rocks.com/static/images/cors_server_flowchart.png > Anyway, I have to go to bed now. > > -Ivan > > On May 26, 2016, at 10:23 PM, Andrey Novoseltsev <novo...@gmail.com > <javascript:>> wrote: > > 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/from IPython components. > > The most visible js change should be the switch from iopub/shell to > channels prefix for everything and necessity to add a key to the message > with either iopub or shell value. > > On Thursday, 26 May 2016 22:04:54 UTC-6, Ivan Andrus wrote: >> >> On May 26, 2016, at 9:46 AM, Andrey Novoseltsev <novo...@gmail.com> >> 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/commit/9878eadc0b6f9959388549e21d8f7945e94f00b2 >> >> > >> > Thank you! >> > Andrey >> >> The Android is completely different, so it very well might not be broken. >> >> >> I’m afraid I didn’t find that commit very enlightening. I don’t actually >> know the sage cell code, but since that’s a py file, I’m not sure how it >> relates to the javascript in an embedded cell. >> >> -Ivan > > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+...@googlegroups.com <javascript:>. > To post to this group, send email to sage-...@googlegroups.com > <javascript:>. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.