Skip to content

Commit 2a9ccbf

Browse files
author
Chris Brody
authored
(Windows) deprecate Windows platform in documentation (#1118)
1 parent ab166dd commit 2a9ccbf

File tree

1 file changed

+3
-1
lines changed
  • www/docs/en/dev/guide/platforms/windows

1 file changed

+3
-1
lines changed

www/docs/en/dev/guide/platforms/windows/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ license: >
1818
under the License.
1919
2020
title: Windows Platform Guide
21-
toc_title: Windows
21+
toc_title: Windows (deprecated)
2222
---
2323

2424
# Windows Platform Guide
2525

26+
**NOTICE:** The Windows platform is now deprecated and may be removed from a future version of Cordova.
27+
2628
This guide shows how to set up your SDK development environment to build and deploy Cordova apps Windows 10 (Universal Windows Platform [= UWP], formerly known as Universal App Platform [= UAP]), Windows 8.1 and Windows Phone 8.1. It shows how to use either shell tools to generate and build apps, or the cross-platform Cordova CLI. (See the [Overview](../../overview/index.html#development-paths) for a comparison of these development options.) This section also shows how to modify Cordova apps within Visual Studio. Regardless of [which approach](../../overview/index.html#development-paths) you take, you need to install the Visual Studio SDK, as described below.
2729

2830
Cordova Windows on Windows 8.1 and Windows Phone 8.1 rely on Internet Explorer 11 as their rendering engine, so as a practical matter you can use IE's powerful debugger to test any web content that doesn't invoke Cordova APIs. The Windows Phone Developer Blog provides [helpful guidance](https://blogs.windows.com/buildingapps/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10/#qYPwLJDbYKToOveG.97) on how to support IE along with comparable WebKit browsers.

0 commit comments

Comments
 (0)