File tree 3 files changed +0
-234
lines changed
3 files changed +0
-234
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ It is also possible to install via repo url directly ( unstable )
87
87
88
88
- Android
89
89
- iOS
90
- - Windows
91
90
92
91
## Methods
93
92
Original file line number Diff line number Diff line change @@ -93,31 +93,4 @@ xmlns:android="http://schemas.android.com/apk/res/android"
93
93
<framework src =" CoreLocation.framework" />
94
94
95
95
</platform >
96
-
97
- <!-- windows universal apps (Windows 8.1, Windows Phone 8.1, Windows 8.0) -->
98
- <platform name =" windows" >
99
- <config-file target =" package.appxmanifest" parent =" /Package/Capabilities" >
100
- <DeviceCapability Name =" location" />
101
- </config-file >
102
-
103
- <js-module src =" src/windows/GeolocationProxy.js" name =" GeolocationProxy" >
104
- <runs />
105
- </js-module >
106
-
107
- <js-module src =" www/Coordinates.js" name =" Coordinates" >
108
- <clobbers target =" Coordinates" />
109
- </js-module >
110
-
111
- <js-module src =" www/PositionError.js" name =" PositionError" >
112
- <clobbers target =" PositionError" />
113
- </js-module >
114
-
115
- <js-module src =" www/Position.js" name =" Position" >
116
- <clobbers target =" Position" />
117
- </js-module >
118
-
119
- <js-module src =" www/geolocation.js" name =" geolocation" >
120
- <clobbers target =" navigator.geolocation" />
121
- </js-module >
122
- </platform >
123
96
</plugin >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments