Apache Cordova: difference between browser and www platform

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 wwwand 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
+5
source share
2 answers

, www , - - -.

, www. , 3.12.0, , , , , , cordova-app-hello-world is 3.12.0. , github, . .

+10

, , www

0

Source: https://habr.com/ru/post/1687725/


All Articles