Stability and speed issues in mobile browsers
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.
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.
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.
eh. I'll take a look at that