If I type in my console:
cordova platform ls
I get the following list for platforms:
Installed platforms:
Available platforms:
android ~6.3.0
blackberry10 ~3.8.0 (deprecated)
browser ~5.0.0
ios ~4.5.1
osx ~4.0.1
ubuntu ~4.3.4 (deprecated)
webos ~3.7.0
windows ~5.0.0
www ^3.12.0
But I can not understand the difference between platform www
and platform browser
. Both seem to me that serve the same pool: Run cordova applications over the Internet.
But at a second glance it might be something even a little different. So you help me explain a little to me. As I look at the documentation , he says: documents, mainly mobile platforms, such as:
- Windows Phone
- Ios
- Android
- Blackberry 10
source
share