Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When executing the following:
"cordova serve blackberry10 9901"
The webserver doesn't actually run on port 9901 but rather on the default port "8000". So you can only access your app via http://0.0.0.0:8000/blackberry10/www/index.html
The following:
"cordova serve 9901"
allows one to access http://0.0.0.0:9901/blackberry10/www/index.html
It seems like this is mostly a bug in the documentation (`cordova help |grep -C1 8000`)