From 841b1ed9e5ba5bbca9aec2f460773ded757990b1 Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Tue, 30 Aug 2016 10:45:18 -0700 Subject: [PATCH] clarify mobile support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f2a384d7..03835131 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,11 @@ Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/mona > Q: I see the warning "Could not create web worker". What should I do?
> A: HTML5 does not allow pages loaded on `file://` to create web workers. Please load the editor with a web server on `http://` or `https://` schemes. Please also see the cross domain case above. + +> Q: Is the editor supported in mobile browsers or mobile web app frameworks?
+> A: No. + + ## Dev ### Cheat Sheet