Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
1. There is currently only windows8 platform section in plugin.xml
<platform name="windows8">
To correctly add support of Windows Universal Platform we should create separate section below:
<platform name="windows">
2. Current implementation does not track connection status changed event. This could be added via NetworkInformation.NetworkStatusChanged (https://msdn.microsoft.com/library/windows/apps/windows.networking.connectivity.networkinformation.networkstatuschanged.aspx)