Skip to content

Commit 595f7d0

Browse files
committed
updates for Windows Phone changes in 2.4.0
1 parent c11bec1 commit 595f7d0

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

docs/en/edge/cordova/inappbrowser/inappbrowser.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ Permissions
5252
<plugin name="InAppBrowser" value="CDVInAppBrowser" />
5353

5454

55+
### Windows Phone 7 + 8
56+
57+
#### config.xml
58+
59+
<plugin name="InAppBrowser" />
60+
61+
62+
5563
addEventListener
5664
================
5765

@@ -74,6 +82,7 @@ Supported Platforms
7482

7583
- Android
7684
- iOS
85+
- Windows Phone 7 + 8
7786

7887
Quick Example
7988
-------------
@@ -133,6 +142,7 @@ Supported Platforms
133142

134143
- Android
135144
- iOS
145+
- Windows Phone 7 + 8
136146

137147
Quick Example
138148
-------------
@@ -204,6 +214,7 @@ Supported Platforms
204214

205215
- Android
206216
- iOS
217+
- Windows Phone 7 + 8
207218

208219
Quick Example
209220
-------------

docs/en/edge/cordova/inappbrowser/window.open.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Supported Platforms
5555
- Android
5656
- iOS
5757
- BlackBerry 10
58+
- Windows Phone 7 + 8
5859

5960
Quick Example
6061
-------------

docs/en/edge/guide/command-line/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@ Cordova projects.
3333
* [iOS](#Command-Line%20Usage_ios)
3434
* [Android](#Command-Line%20Usage_android)
3535
* [BlackBerry](#Command-Line%20Usage_blackberry)
36+
* [Windows Phone 8](#Command-Line%20Usage_wp8)
37+
38+
## Windows Phone 8
39+
40+
The Windows Phone 8 command line tools support creating new projects.
41+
42+
### Create a project
43+
44+
Run the `create` command with the following parameters:
45+
46+
* Path to your new Cordova WP8 project
47+
* Package Name, following reverse-domain style convention ( this becomes the default Namespace )
48+
* Project name
49+
50+
<!-- -->
51+
52+
$ ./path/to/cordova-wp8/bin/create /path/to/my_new_cordova_project com.example.cordova_project_name CordovaProjectName
3653

3754
## iOS
3855

0 commit comments

Comments
 (0)