File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff 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+
5563addEventListener
5664================
5765
@@ -74,6 +82,7 @@ Supported Platforms
7482
7583- Android
7684- iOS
85+ - Windows Phone 7 + 8
7786
7887Quick Example
7988-------------
@@ -133,6 +142,7 @@ Supported Platforms
133142
134143- Android
135144- iOS
145+ - Windows Phone 7 + 8
136146
137147Quick Example
138148-------------
@@ -204,6 +214,7 @@ Supported Platforms
204214
205215- Android
206216- iOS
217+ - Windows Phone 7 + 8
207218
208219Quick Example
209220-------------
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Supported Platforms
5555- Android
5656- iOS
5757- BlackBerry 10
58+ - Windows Phone 7 + 8
5859
5960Quick Example
6061-------------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments