Arman Mottaghi

Results 3 comments of Arman Mottaghi

A solution I found is to include the following in `config.js` ```javascript head: [ ["meta", { name: "viewport", content: "width=device-width, initial-scale=1.0" }], ["meta", { charset:"utf-8" }] ] ``` It's not...

Let's help everyone out by expanding the wiki!

Thanks a lot @pizzacat83 for sharing your solution. I'll give it a try as soon as I can.