isicp icon indicating copy to clipboard operation
isicp copied to clipboard

Stability and speed issues in mobile browsers

Open yuanchenyang opened this issue 12 years ago • 3 comments

1-1-elements.html always crashes in Mobile Safari and Chrome for iOS. This doesn't happen with 1-2-procedures.html.

The codemirror interface is very slow when run in mobile browsers too.

yuanchenyang avatar Jan 18 '13 10:01 yuanchenyang

I know that some mobile browsers disable web workers. For those I was planning to use something like this http://code.google.com/p/ie-web-worker/source/browse/trunk/worker.js which is a web worker stub thing. Not sure what to replace the editor with.

ldct avatar Jan 18 '13 12:01 ldct

The problem is that only the first section, 1.1, doesn't work. Section 1.2 works on all the mobile browsers I've tested.

Sent from my iPad

On 18 Jan, 2013, at 4:57 AM, Li Xuanji [email protected] wrote:

I know that some mobile browsers disable web workers. For those I was planning to use something like this http://code.google.com/p/ie-web-worker/source/browse/trunk/worker.js which is a web worker stub thing. Not sure what to replace the editor with.

— Reply to this email directly or view it on GitHub.

yuanchenyang avatar Jan 18 '13 13:01 yuanchenyang

eh. I'll take a look at that

ldct avatar Jan 18 '13 14:01 ldct