[sage-devel] Re: [sage-support] Re: [sage-notebook] public single cell server

2011-09-13 Thread Alexander Juarez
I ran some simple code in my iphone's browser and the result was an error.
When I toggled plaintext input the code ran as expected. It would seem that
the code view does not play well with the particular device. I am not sure
if this is a problem experianced by other devices but, perhaps browser
checking could determine the state of the plaintext input toggle.

Code:
def myfunc():
return 2+2

print myfunc()

---SyntaxError
  Traceback (most recent call
last)SyntaxError: invalid syntax (, line 41)

Session 6673139e-8456-472c-96db-b6e72de127f4 done

Respectfully,
Alex

On Mon, Sep 12, 2011 at 8:40 PM, Jason Grout wrote:

> On 9/12/11 10:29 PM, Alexander Juarez wrote:
>
>> Hi Jason,
>> This is really neat and I love the way the code view is integrated. I
>> was checking out the cell, and would suggest a version optimized for
>> handhelds.
>>
>
> We have been waiting for http://jquerymobile.com/ to come out of beta
> before moving to it for the interact controls.  We've also incorporated
> several tweaks for handhelds (like the meta tag we suggest in the embedding
> code).
>
> Do you have some other optimizations in mind?
>
>
> Thanks,
>
> Jason
>
> --
> To post to this group, send email to sage-supp...@googlegroups.com
> To unsubscribe from this group, send email to sage-support+unsubscribe@**
> googlegroups.com 
> For more options, visit this group at http://groups.google.com/**
> group/sage-support 
> URL: http://www.sagemath.org
>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: [sage-support] Re: [sage-notebook] public single cell server

2011-09-13 Thread Jason Grout

On 9/13/11 1:53 AM, Alexander Juarez wrote:

I ran some simple code in my iphone's browser and the result was an
error. When I toggled plaintext input the code ran as expected. It would
seem that the code view does not play well with the particular device. I
am not sure if this is a problem experianced by other devices but,
perhaps browser checking could determine the state of the plaintext
input toggle.

Code:
def myfunc():
 return 2+2

print myfunc()

---
SyntaxErrorTraceback (most recent call last)
SyntaxError: invalid syntax (, line 41)

Session 6673139e-8456-472c-96db-b6e72de127f4 done




Your example worked fine on my ipad (both with codemirror and plain text 
inputs).  Is it possible that you accidentally something slightly 
different on the ipod?


I did notice that the autocapitalization was very frustrating.  I fixed 
that just now.


Thanks,

Jason

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org