Hello.
I would like to ask a couple of questions regarding web development environment.
1. How to start application using web-simulator from command line?
2. I see that web-simulator supports tizen 2.2 and I can't change it to 2.4. What's more the simulator version is "2.2.1 from October 23, 2013". Does it mean that you dont develop it anymore and we shouldn't use it?
3. In your CLI guide there is a line about running tizen emulator from console
$ tizen run --target emulator-26101 --pkgid org.tizen.basic
First I don't see an option "target" when I type "tizen run --help" and second where did you get that "emulator-26101". Can I check somehow what version is installed on my computer?
4. Why do we use Chrome as a browser in emulator for debugging and testing when on phones is WebKit? (I know it will change with Tizen 3.0)
Thanks!